0_0_39704824_1576.cpp:1:10: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include <stdio.h>
| ^~~~~
| std
0_0_39704824_1576.cpp:1:10: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include <stdio.h>
| ^~~~~
| std
0_0_39704824_1576.cpp:1:10: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include <stdio.h>
| ^~~~~
| std
0_0_39704824_1576.cpp:1:10: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include <stdio.h>
| ^~~~~
| std
0_0_39704824_1576.cpp:1:10: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include <stdio.h>
| ^~~~~
| std
0_0_39704824_1576.cpp:1:10: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include <stdio.h>
| ^~~~~
| std
0_0_39704824_1576.cpp:1:10: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include <stdio.h>
| ^~~~~
| std
0_0_39704824_1576.cpp:1:10: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include <stdio.h>
| ^~~~~
| std
0_0_39704824_1576.cpp:1:10: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include <stdio.h>
| ^~~~~
| std
0_0_39704824_1576.cpp:1:1: error: 'include' does not name a type
1 | include <stdio.h>
| ^~~~~~~
0_0_39704824_1576.cpp: In function 'int main()':
0_0_39704824_1576.cpp:7:11: error: 'scanf' was not declared in this scope
7 | while(scanf("%d",&n)&&n!=-1)
| ^~~~~
0_0_39704824_1576.cpp:16:9: error: 'printf' was not declared in this scope
16 | printf("%I64d, %I64d\n",a[n],b[n]);
| ^~~~~~
0_0_39704824_1576.cpp:3:1: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
2 | #include <stdlib.h>
+++ |+#include <cstdio>
3 | int main()
|