Problem typo
User JhoCyber
Submission Time 2024-12-19 21:28:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:8:22: error: expected ‘;’ before ‘return’
8 | cout << "Yes"
| ^
| ;
9 | return 0;
| ~~~~~~
typo.cpp:11:10: error: continue statement not within a loop
11 | else continue;
| ^~~~~~~~
typo.cpp:22:34: error: expected ‘)’ before ‘;’ token
22 | swap(skibidi[i], sigma[i];
| ~ ^
| )
typo.cpp:25:22: error: expected ‘;’ before ‘}’ token
25 | cout << "Yes"
| ^
| ;
26 | }
| ~
typo.cpp:28:21: error: expected ‘;’ before ‘}’ token
28 | cout << "No"
| ^
| ;
29 | }
| ~ <