Problem helloworld
User gOrDoN
Submission Time 2026-03-11 17:31:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:21:14: error: expected ‘;’ before ‘}’ token
21 | cout<< "67"
| ^
| ;
22 | }
| ~