Problem | goodbye |
---|---|
User | xiaopiget |
Submission Time | 2024-06-23 19:10:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodbye.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main(){
| ~~~
goodbye.cpp: In function ‘int main()’:
goodbye.cpp:4:30: error: expected ‘;’ before ‘}’ token
4 | cout << "Goodbye S!" << '\n'
| ^
| ;
......
11 | }
| ~