Problem GSS
User Harshithdagot
Submission Time 2026-07-03 16:35:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

GSS.cpp: In function ‘int main()’:
GSS.cpp:18:13: error: expected ‘;’ before ‘}’ token
18 | m=m+a[i]
| ^
| ;
19 | }
| ~
GSS.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
GSS.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^