Problem typo
User Justyn
Submission Time 2024-06-19 15:03:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:12:8: error: ‘a’ was not declared in this scope
12 | swap(a[i], a[i + 1]);
| ^