CompilerSysY/testcases/functional_test/12_getint.sy
2023-05-08 21:15:52 +08:00

6 lines
48 B
Plaintext

int main(){
int a;
a = getint();
return a;
}