Problem goodbye
User Fibohyan
Submission Time 2024-05-05 15:39:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodbye.cpp: In function ‘int main()’:
goodbye.cpp:12:13: error: expected ‘}’ at end of input
12 | return 0; //terminate program
| ^
goodbye.cpp:6:14: note: to match this ‘{’
6 | signed main(){ //main function: code begins running in here
| ^