摘要: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3782 题意:把输入的三元运算用计算机运算出来。 1 #include <bits/stdc++.h> 2 using namespace std; 3 int main()  阅读全文
posted @ 2016-02-28 11:42 April_AA 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3776 题意:比较两组数据的总和大小。 #include <iostream> using namespace std; int main() { int t; cin>>t; 阅读全文
posted @ 2016-02-28 11:39 April_AA 阅读(121) 评论(0) 推荐(0) 编辑