Problem | helloworld |
---|---|
User | oolimry |
Submission Time | 2024-11-11 09:09:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:25: error: expected ‘;’ before ‘}’ token
6 | cout << "Hello World"
| ^
| ;
7 | }
| ~