Problem | helloworld |
---|---|
User | phoenix348 |
Submission Time | 2025-01-08 15:58:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:1:1: error: ‘Using’ does not name a type
1 | Using namespace std;
| ^~~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout<< "Hello World";
| ^~~~