Problem | GSS |
---|---|
User | Aum |
Submission Time | 2024-04-30 22:30:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
GSS.cpp: In function ‘int32_t main()’:
GSS.cpp:26:15: error: ‘i’ was not declared in this scope
26 | for(int j=0;i<=n;i++){
| ^
GSS.cpp:34:1: error: expected ‘}’ at end of input
34 | }
| ^
GSS.cpp:26:24: note: to match this ‘{’
26 | for(int j=0;i<=n;i++){
| ^
GSS.cpp:34:1: error: expected ‘}’ at end of input
34 | }
| ^
GSS.cpp:7:15: note: to match this ‘{’
7 | int32_t main(){
| ^