Problem GSS
User jamallikestocode
Submission Time 2026-03-30 16:40:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

GSS.cpp: In function ‘int32_t main()’:
GSS.cpp:14:5: error: expected ‘,’ or ‘;’ before ‘for’
14 | for(int j=4-1;j<n;j+=4){
| ^~~
GSS.cpp:14:19: error: ‘j’ was not declared in this scope
14 | for(int j=4-1;j<n;j+=4){
| ^