Algorithm Notebook 2 — Sorting Stu Records: Three Eras of C++
Luogu P1093 — Scholarship link: https://www.luogu.com.cn/problem/P1093 1. Problem Statement There are $n$ Stus, each with three exam scores: Chinese (ch), Math (math), and English (eng). The task is to rank them by the following criteria: Total score — descending (higher is better); Chinese score — descending …...