sort(V,V+n,[&](int a, int b){ //어쩌구 저쩌구;} );


여기에서

[&](int a, int b){ //어쩌구 저쩌구;} 

가 뭔가요 


특히 [&] 이건 뭔가요