| Problem | GSS |
|---|---|
| User | shenshiqi |
| Submission Time | 2025-03-28 20:52:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
GSS.cpp: In function ‘int main()’:
GSS.cpp:17:19: error: expected ‘;’ before ‘for’
17 | sort(c, c+n, cmp)
| ^
| ;
18 | for (int i = 1; i <= n; ++i){
| ~~~
GSS.cpp:18:18: error: ‘i’ was not declared in this scope
18 | for (int i = 1; i <= n; ++i){
| ^