0_0_33704060_13963.cpp: In function 'void quick_select(T*, int)': 0_0_33704060_13963.cpp:55:5: error: 'a' was not declared in this scope if(a[l] > a[r]) swap(a[l], a[r]); ^