Codeforces 2 A. Winner
摘要:
题意: 最终获得分数最大的情况下,求最先达到最大分数的人。 C#10 .net6代码 int n = int.Parse(Console.ReadLine()!); Dictionary<string, int> dict = new(); List<Tuple<string, int>> list 阅读全文
posted @ 2022-12-06 16:15 luobo67 阅读(13) 评论(0) 推荐(0)