0_0_38827023_31100.cpp: In function 'int main()':
0_0_38827023_31100.cpp:1:13: error: expected ';' before 'int'
1 | int main(){0
| ^
| ;
2 | int i;
| ~~~
0_0_38827023_31100.cpp:3:20: error: 'i' was not declared in this scope
3 | while(114514){ i=114514;}
| ^
|