摘要: 足球联赛排名:大一上学期期末考试最后一题 下图输入样例: 4 1 2 0 2 1 3 1 1 1 4 0 0 2 3 2 0 2 4 4 0 3 4 2 2 输出样例: 2 3 1 4 代码示例: struct competition { int num1; int num2; int num1score; int num2score; } 阅读全文
posted @ 2025-07-24 19:40 暗神酱 阅读(6) 评论(0) 推荐(0)