Problem | helloworld |
---|---|
User | ProfSingh |
Submission Time | 2024-11-07 09:32:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:8:22: error: expected ‘;’ before ‘cout’
8 | s = "Hello World"
| ^
| ;
9 | cout << "s"
| ~~~~