Problem | hello |
---|---|
User | AwkUngenially |
Submission Time | 2025-05-01 19:11:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hello.cpp: In function ‘int main()’:
hello.cpp:7:30: error: expected ‘;’ at end of input
7 | cout << "Hello " << x << "!"
| ~~~^
| ;
hello.cpp:7:27: error: expected ‘}’ at end of input
7 | cout << "Hello " << x << "!"
| ^~~
hello.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^