| Problem | GSS |
|---|---|
| User | ethantanaki |
| Submission Time | 2026-07-11 09:34:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
GSS.cpp: In function ‘int main()’:
GSS.cpp:12:3: error: ‘sum’ was not declared in this scope
12 | sum+=p[i];
| ^~~
GSS.cpp:17:10: error: ‘sum’ was not declared in this scope
17 | cout << sum - sumDiscount;
| ^~~