0_0_39083999_31918.cpp:1:9: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include<stdio.h>
| ^~~~~
| std
0_0_39083999_31918.cpp:1:9: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include<stdio.h>
| ^~~~~
| std
0_0_39083999_31918.cpp:1:9: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include<stdio.h>
| ^~~~~
| std
0_0_39083999_31918.cpp:1:9: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include<stdio.h>
| ^~~~~
| std
0_0_39083999_31918.cpp:1:9: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include<stdio.h>
| ^~~~~
| std
0_0_39083999_31918.cpp:1:9: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include<stdio.h>
| ^~~~~
| std
0_0_39083999_31918.cpp:1:9: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include<stdio.h>
| ^~~~~
| std
0_0_39083999_31918.cpp:1:9: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include<stdio.h>
| ^~~~~
| std
0_0_39083999_31918.cpp:1:9: error: 'stdio' was not declared in this scope; did you mean 'std'?
1 | include<stdio.h>
| ^~~~~
| std
0_0_39083999_31918.cpp:1:1: error: 'include' does not name a type
1 | include<stdio.h>
| ^~~~~~~
0_0_39083999_31918.cpp: In function 'int main()':
0_0_39083999_31918.cpp:22:11: error: 'scanf' was not declared in this scope
22 | while(scanf("%d",&n),n)
| ^~~~~
0_0_39083999_31918.cpp:25:25: error: 'eular' was not declared in this scope
25 | printf("%d\n",n-eular(n)-1);
| ^~~~~
0_0_39083999_31918.cpp:25:9: error: 'printf' was not declared in this scope
25 | printf("%d\n",n-eular(n)-1);
| ^~~~~~
0_0_39083999_31918.cpp:1:1: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
+++ |+#include <cstdio>
1 | include<stdio.h>
|