0_0_37332590_18085.cpp: In function 'int main()':
0_0_37332590_18085.cpp:5:32: error: 'scanf' was not declared in this scope
while (scanf("%d%d", &n, &m) != EOF)
^
0_0_37332590_18085.cpp:5:37: error: 'EOF' was not declared in this scope
while (scanf("%d%d", &n, &m) != EOF)
^
0_0_37332590_18085.cpp:25:31: error: 'printf' was not declared in this scope
printf("%d %d\n", x, y);
^
|