摘要: 第九届“图灵杯”NEUQ-ACM程序设计竞赛个人赛 A - 大学期末现状 思路:语法题 Code: #include <bits/stdc++.h> using namespace std; const int N=1e3+10; typedef long long ll; int x; int m 阅读全文
posted @ 2022-01-18 23:35 Wraith-Fiee 阅读(161) 评论(0) 推荐(0)