Problem oridance
User hwy
Submission Time 2023-06-08 19:54:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

oridance.cpp: In function ‘int main()’:
oridance.cpp:28:14: error: ‘a’ was not declared in this scope
28 | swap(a[i], a[min]);
| ^
oridance.cpp:55:16: error: ‘min’ cannot be used as a function
55 | z = min(x, y);
| ^