Problem | GSS |
---|---|
User | Batigol |
Submission Time | 2024-04-01 12:15:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
GSS.cpp: In function ‘int main()’:
GSS.cpp:13:2: error: ‘ll’ was not declared in this scope
13 | ll sum = 0;
| ^~
GSS.cpp:17:4: error: ‘sum’ was not declared in this scope
17 | sum+=arr[i];
| ^~~
GSS.cpp:20:8: error: ‘sum’ was not declared in this scope
20 | cout<<sum;
| ^~~