| Problem | hello |
|---|---|
| User | afzal |
| Submission Time | 2025-07-04 15:58:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hello.cpp: In function ‘int main()’:
hello.cpp:7:29: error: expected ‘;’ at end of input
7 | cout << "Hello " << s << "!"
| ~~~^
| ;
hello.cpp:7:26: error: expected ‘}’ at end of input
7 | cout << "Hello " << s << "!"
| ^~~
hello.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^