7 lines
69 B
Plaintext
7 lines
69 B
Plaintext
// bug1: getint(;
|
|
|
|
int main() {
|
|
int a;
|
|
a = getint(;
|
|
return 0;
|
|
} |