0_0_39261681_29508.cpp:16:15: error: stray '#' in program
16 | while(#include<iostream>
| ^
0_0_39261681_29508.cpp: In function 'int main()':
0_0_39261681_29508.cpp:16:16: error: 'include' was not declared in this scope
16 | while(#include<iostream>
| ^~~~~~~
0_0_39261681_29508.cpp:16:32: error: expected primary-expression before '>' token
16 | while(#include<iostream>
| ^
0_0_39261681_29508.cpp:20:1: error: expected primary-expression before 'using'
20 | using namespace std;
| ^~~~~
0_0_39261681_29508.cpp:16:33: error: expected ')' before 'using'
16 | while(#include<iostream>
| ~ ^
| )
......
20 | using namespace std;
| ~~~~~
0_0_39261681_29508.cpp:26:1: error: a function-definition is not allowed here before '{' token
26 | {
| ^
0_0_39261681_29508.cpp:30:1: error: a function-definition is not allowed here before '{' token
30 | {
| ^
0_0_39261681_29508.cpp:67:2: error: expected primary-expression before ')' token
67 | })
| ^
|