Problem | exam |
---|---|
User | chankinshu |
Submission Time | 2024-07-15 17:10:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:7:18: error: expected ‘;’ before ‘}’ token
7 | cout<<"Hello"
| ^
| ;
8 |
9 | }
| ~