0_0_38839496_6151.cpp:1:31: error: stray '#' in program
1 | <span style="font-size:12px;">#include<cstdio>
| ^
0_0_38839496_6151.cpp:1:1: error: expected unqualified-id before '<' token
1 | <span style="font-size:12px;">#include<cstdio>
| ^
0_0_38839496_6151.cpp: In function 'void floyd()':
0_0_38839496_6151.cpp:31:12: error: 'printf' was not declared in this scope
31 | printf("Yes\n");
| ^~~~~~
0_0_38839496_6151.cpp:3:1: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
2 | #include<cstring>
+++ |+#include <cstdio>
3 | #define maxn 32
0_0_38839496_6151.cpp:33:12: error: 'printf' was not declared in this scope
33 | printf("No\n");
| ^~~~~~
0_0_38839496_6151.cpp:33:12: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
0_0_38839496_6151.cpp: In function 'int main()':
0_0_38839496_6151.cpp:41:15: error: 'scanf' was not declared in this scope; did you mean 'isnanf'?
41 | while(scanf("%d",&n)&&n)
| ^~~~~
| isnanf
0_0_38839496_6151.cpp:63:17: error: 'printf' was not declared in this scope
63 | printf("Case %d: ",t++);
| ^~~~~~
0_0_38839496_6151.cpp:63:17: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
0_0_38839496_6151.cpp: At global scope:
0_0_38839496_6151.cpp:67:2: error: expected unqualified-id before '<' token
67 | }</span>
| ^
|