| Problem | GSS |
|---|---|
| User | Junxian |
| Submission Time | 2026-07-11 09:35:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
GSS.cpp: In function ‘int main()’:
GSS.cpp:11:8: error: invalid types ‘long long int[long long int]’ for array subscript
11 | arr[i] = x;
| ^
GSS.cpp:13:7: error: ‘a’ was not declared in this scope
13 | sort(a, a+n, greater<int>());
| ^
GSS.cpp:19:15: error: ‘i’ was not declared in this scope
19 | sum += arr[i];
| ^