摘要: A - Thickest Burger 水。 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 int t; 5 int a, b; 6 7 int main() 8 { 9 scanf("%d" ,&t); 10 while (t--) 1 阅读全文
posted @ 2018-10-14 17:03 Dup4 阅读(262) 评论(0) 推荐(1)