| Problem | swapsort |
|---|---|
| User | chickengoat |
| Submission Time | 2025-11-13 16:33:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
swapsort.cpp: In function ‘int main()’:
swapsort.cpp:56:17: error: expected ‘}’ at end of input
56 | cout << "\n";
| ^
swapsort.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^