sysy-data/self/sy/1.sy

5 lines
65 B
Plaintext

int main(){
int a=getint();
int b=a*(-5);
return b;
}