Problem helloworld
User Roy
Submission Time 2026-07-11 12:00:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:9: error: expected ‘;’ before ‘}’ token
6 | cout<<a
| ^
| ;
7 | }
| ~