Problem GSS
User ryansoh
Submission Time 2023-07-25 09:36:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

GSS.cpp: In function ‘int main()’:
GSS.cpp:13:14: error: expected ‘}’ at end of input
13 | cout<<sum;
| ^
GSS.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^