Problem | helloworld |
---|---|
User | np08kos |
Submission Time | 2024-06-24 14:02:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:1:20: error: expected ‘;’ before ‘int’
1 | using namespace std
| ^
| ;
2 |
3 | int main() {
| ~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:6: error: expected primary-expression before ‘cout’
4 | std cout << "Hello World";
| ^~~~