0_0_39403379_26950.cpp: In function 'int main()':
0_0_39403379_26950.cpp:6:15: error: 'scanf' was not declared in this scope
6 | while(scanf("%d",&n)!=EOF)
| ^~~~~
0_0_39403379_26950.cpp:6:31: error: 'EOF' was not declared in this scope
6 | while(scanf("%d",&n)!=EOF)
| ^~~
0_0_39403379_26950.cpp:1:1: note: 'EOF' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
+++ |+#include <cstdio>
1 | //jiudge: 41846: 1719152287
0_0_39403379_26950.cpp:20:33: error: 'printf' was not declared in this scope
20 | printf("Yes\n");
| ^~~~~~
0_0_39403379_26950.cpp:20:33: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
0_0_39403379_26950.cpp:22:33: error: 'printf' was not declared in this scope
22 | printf("No\n");
| ^~~~~~
0_0_39403379_26950.cpp:22:33: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
0_0_39403379_26950.cpp:27:33: error: 'printf' was not declared in this scope
27 | printf("No\n");
| ^~~~~~
0_0_39403379_26950.cpp:27:33: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
0_0_39403379_26950.cpp:29:33: error: 'printf' was not declared in this scope
29 | printf("Yes\n");
| ^~~~~~
0_0_39403379_26950.cpp:29:33: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
|