| Problem | typo |
|---|---|
| User | cjcube |
| Submission Time | 2024-12-18 17:18:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:10:16: error: expected ‘)’ before ‘;’ token
10 | swap(temps[i]; temps[i+1]);
| ~ ^
| )
typo.cpp:10:28: error: expected ‘;’ before ‘)’ token
10 | swap(temps[i]; temps[i+1]);
| ^
| ;