0_0_39220835_28566.cpp: In function 'int main()':
0_0_39220835_28566.cpp:4:9: error: 'scanf' was not declared in this scope
4 | scanf("%d", &n);
| ^~~~~
0_0_39220835_28566.cpp:15:25: error: 'printf' was not declared in this scope
15 | printf("YES\n");
| ^~~~~~
0_0_39220835_28566.cpp:1:1: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
+++ |+#include <cstdio>
1 | int main() {
0_0_39220835_28566.cpp:18:25: error: 'printf' was not declared in this scope
18 | printf("NO\n");
| ^~~~~~
0_0_39220835_28566.cpp:18:25: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
|