| Problem | typo |
|---|---|
| User | estkn |
| Submission Time | 2026-05-21 23:27:34 |
| 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:12:13: error: ‘s’ was not declared in this scope
12 | if (s[i] != T[i]){
| ^
typo.cpp:13:22: error: expected primary-expression before ‘]’ token
13 | swap(s[i,], s[i+1]);
| ^
typo.cpp:15:30: error: expected ‘;’ before ‘return’
15 | cout << "Yes"
| ^
| ;
16 | return 0;
| ~~~~~~
typo.cpp:18:29: error: expected ‘;’ before ‘return’
18 | cout << "No"
| ^
| ;
19 | return 0;
| ~~~~~~
typo.cpp:23:17: error