0_0_39658173_13473.cpp: In function 'int main()':
0_0_39658173_13473.cpp:6:5: error: 'scanf' was not declared in this scope
6 | scanf("%d",&N);
| ^~~~~
0_0_39658173_13473.cpp:18:13: error: 'printf' was not declared in this scope
18 | printf("%d\n",s);
| ^~~~~~
0_0_39658173_13473.cpp:1:1: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
+++ |+#include <cstdio>
1 | int main()
0_0_39658173_13473.cpp:25:13: error: 'printf' was not declared in this scope
25 | printf("\n");
| ^~~~~~
0_0_39658173_13473.cpp:25:13: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
|