| Problem | spellofweakness |
|---|---|
| User | Daniel0liong |
| Submission Time | 2025-03-18 10:09:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
spellofweakness.cpp: In function ‘int main()’:
spellofweakness.cpp:12:19: error: expected ‘;’ before ‘for’
12 | sort(base,base+n)
| ^
| ;
13 | for(int i=0; i<n;i++){
| ~~~
spellofweakness.cpp:13:15: error: ‘i’ was not declared in this scope
13 | for(int i=0; i<n;i++){
| ^