Problem | exam |
---|---|
User | rococochair |
Submission Time | 2023-03-21 19:48:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:9:28: error: expected ‘;’ before ‘:’ token
9 | cout<<"Hello World"<<endl:
| ^
| ;
exam.cpp:14:2: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^