摘要: 上一题积累的经验就可以用上了哈哈哈 #include<iostream>#include<cmath>#include<iomanip>using namespace std;int main() { int t = 0; cin >> t; int a, b, c; while (t--) { c 阅读全文
posted @ 2020-04-20 23:09 罗霖锦 阅读(112) 评论(0) 推荐(0)
摘要: 链接:https://ac.nowcoder.com/acm/problem/15185 答案来自一位不认识的学者 不是本人打的 #include<iostream> #include<cmath> #include<iomanip> using namespace std; int main() 阅读全文
posted @ 2020-04-20 22:55 罗霖锦 阅读(391) 评论(0) 推荐(0)