| Problem | gotoschool |
|---|---|
| User | YongXin |
| Submission Time | 2023-06-02 15:58:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:10:13: error: expected ‘;’ before ‘for’
10 | sort(a,a+n)
| ^
| ;
11 | for (long long i=1;i<=n;++i) cout<<a[i].second<<' ';
| ~~~
gotoschool.cpp:11:21: error: ‘i’ was not declared in this scope
11 | for (long long i=1;i<=n;++i) cout<<a[i].second<<' ';
| ^