Problem | helloworld |
---|---|
User | ishika10 |
Submission Time | 2024-01-29 15:50:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:24: error: expected ‘;’ before ‘!’ token
7 | cout<<"Hello World"!;
| ^
| ;