| Problem | typo |
|---|---|
| User | estkn |
| Submission Time | 2026-05-21 23:27:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:11:21: error: ‘I’ was not declared in this scope
11 | for (int i = 0; I<n-1; i++){
| ^
typo.cpp:13:22: error: expected primary-expression before ‘]’ token
13 | swap(S[i,], S[i+1]);
| ^
typo.cpp:23:17: error: expected ‘;’ before ‘}’ token
23 | cout << "No"
| ^
| ;
24 | }
| ~