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

Compile Error

typo.cpp: In function ‘int main()’:
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];
| ~ ^
| )