Problem mao
User Karax
Submission Time 2025-04-08 16:18:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mao.cpp: In function ‘int32_t main()’:
mao.cpp:8:2: error: expected initializer before ‘string’
8 | string a;
| ^~~~~~
mao.cpp:9:9: error: ‘a’ was not declared in this scope
9 | cin >> a;
| ^
mao.cpp:10:23: error: expected ‘;’ before ‘}’ token
10 | cout << "Hello World"
| ^
| ;
11 | }
| ~