摘要: 原题:https://codeforces.com/contest/1605/problem/A 代码: 1 #include<bits/stdc++.h> 2 using namespace std; 3 void slove() 4 { 5 int a[3]; 6 cin>>a[0]>>a[1] 阅读全文
posted @ 2021-11-14 00:02 20kmのshimakaze 阅读(34) 评论(0) 推荐(0)