Problem 1503
User GrainOrBread
Submission Time 2024-11-21 11:12:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1503.cpp: In function ‘int main()’:
1503.cpp:6:23: error: expected ‘;’ before ‘}’ token
6 | cout << "hello world"
| ^
| ;
7 | }
| ~