| Problem | swapsort |
|---|---|
| User | weiheng |
| Submission Time | 2025-11-30 14:58:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
swapsort.cpp: In function ‘int main()’:
swapsort.cpp:20:9: error: redeclaration of ‘long long int n’
20 | int n;
| ^
swapsort.cpp:8:9: note: ‘long long int n’ previously declared here
8 | int n;
| ^