SysYTestcases/function_2020/12_getint.sy
ridethepig 13f3cb710a init
2023-05-16 00:56:56 +08:00

6 lines
48 B
Plaintext

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