0_0_39732001_12712.cpp: In function 'long long int read()':
0_0_39732001_12712.cpp:9:26: error: 'amp' was not declared in this scope
9 | while (c >= '0' && c <= '9') x = x * 10 + c - '0', c = getchar();
| ^~~
0_0_39732001_12712.cpp:9:29: error: expected ')' before ';' token
9 | while (c >= '0' && c <= '9') x = x * 10 + c - '0', c = getchar();
| ~ ^
| )
0_0_39732001_12712.cpp:9:31: error: 'amp' was not declared in this scope
9 | while (c >= '0' && c <= '9') x = x * 10 + c - '0', c = getchar();
| ^~~
0_0_39732001_12712.cpp:9:44: error: expected ';' before ')' token
9 | while (c >= '0' && c <= '9') x = x * 10 + c - '0', c = getchar();
| ^
| ;
0_0_39732001_12712.cpp: In function 'int main()':
0_0_39732001_12712.cpp:19:30: error: 'amp' was not declared in this scope
19 | else if (r1 & 1) printf("Yes\nNo\n");
| ^~~
|