Problem | hello |
---|---|
User | KanavKarmakar |
Submission Time | 2025-01-13 15:26:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hello.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
2 | #include std::string
| ^~~
hello.cpp: In function ‘int main()’:
hello.cpp:8:33: error: expected ‘;’ before ‘}’ token
8 | cout << "Hello " << name << "!"
| ^
| ;
9 | }
| ~