Problem | mao |
---|---|
User | Karax |
Submission Time | 2025-04-08 16:18:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mao.cpp: In function ‘int32_t main()’:
mao.cpp:8:2: error: expected initializer before ‘char’
8 | char 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 | }
| ~