摘要: 题目地址:https://codeforces.com/contest/1358 A. #include <bits/stdc++.h> using namespace std; int main () { int t; cin >> t; while(t--) { int n, m; cin >> 阅读全文
posted @ 2020-05-27 08:59 LightAc 阅读(235) 评论(0) 推荐(0)
返回顶端