Problem GSS
User brat
Submission Time 2025-09-30 17:55:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

GSS.cpp: In function ‘int main()’:
GSS.cpp:17:18: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
17 | if (i%4 != 0) {ans+=arr[i-1];}
| ^~~
| abs
GSS.cpp:18:12: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
18 | } cout << ans;
| ^~~
| abs