| Problem | typo |
|---|---|
| User | thelusidian |
| Submission Time | 2026-02-02 17:54:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:10:109: error: expected ‘)’ before ‘{’ token
10 | if ( ( (i == (a.size()-1)) or (pair<int,int>(a[i], b[i]) != pair<int,int>(b[i+1], a[i+1])) ) and (swap){
| ~ ^
| )
typo.cpp:14:2: error: expected primary-expression before ‘}’ token
14 | }
| ^