Problem cpicsort
User samyakcoder12
Submission Time 2026-06-23 15:42:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicsort.cpp: In function ‘int main()’:
cpicsort.cpp:23:18: error: ‘x’ was not declared in this scope
23 | for(auto y : x){
| ^
cpicsort.cpp:28:18: error: ‘x’ was not declared in this scope
28 | for(auto q : x){
| ^