vous pouvez également spécifier un objet fonction comme comparateur, que vous pouvez créer avant d'appeler la fonction de tri. Par exemple :
structure { bool opérateur()(int a, int b) const { retour a < b ; } }cmp;
1000 ms 32 Mb Rules for program design and list of errors in automatic problem checking