摘要: A - 114 我们知道 11*4+5*14=114, 所以直接输出 11,4,5,14 即可 #include<bits/stdc++.h> using namespace std; int mian(){ print(11,' ',4, ' ',5 , ' ', 1, ' ', 4); prin 阅读全文
posted @ 2022-07-13 07:37 tearing 阅读(178) 评论(6) 推荐(0)