puoi anche specificare un oggetto funzione come comparatore, che puoi creare prima di chiamare la funzione sort. Ad esempio:
struct { bool operatore()(int a, int b) const { restituisci a < b; } }cmp;
1000 ms 32 Mb Rules for program design and list of errors in automatic problem checking