Problem | helloworld |
---|---|
User | waterymarshmallow |
Submission Time | 2024-06-24 14:04:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:1:7: error: expected nested-name-specifier before ‘namespce’
1 | using namespce std;
| ^~~~~~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout << "Hello";
| ^~~~