Problem helloworld
User tux
Submission Time 2023-12-09 22:28:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:10:11: error: ‘x’ does not name a type
10 | volatile x=2;
| ^
helloworld.cpp:12:29: error: ‘x’ was not declared in this scope
12 | for(int i=0;i<1000000;i++)x++;
| ^