| Problem | hello |
|---|---|
| User | m0chib8gel |
| Submission Time | 2025-06-16 14:35:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hello.cpp: In function ‘int main()’:
hello.cpp:2:5: error: ‘string’ was not declared in this scope
2 | string a;
| ^~~~~~
hello.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> a;
| ^~~
hello.cpp:3:12: error: ‘a’ was not declared in this scope
3 | cin >> a;
| ^
hello.cpp:4:5: error: ‘cout’ was not declared in this scope
4 | cout << "Hello" << " " << a << "!";
| ^~~~