摘要:
Problem A AC代码 #include<iostream> using namespace std; int main() { int n,m; int sum1 = 0,sum2 = 0,flag = 0; cin >> n >> m; for(int i = 1;i < n;i++) i 阅读全文
摘要:
题目链接:https://codeforces.com/problemset/problem/1256/A A. Payment Without Change time limit per test 1 second memory limit per test 256 megabytes input 阅读全文
摘要:
题目链接:http://codeforces.com/problemset/problem/939/A A题 A. Love Triangle time limit per test 1 second memory limit per test 256 megabytes input standar 阅读全文
摘要:
题目链接:http://poj.org/problem?id=1852 题目表述: Ants Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 33151 Accepted: 12362 Description An army of 阅读全文
摘要:
题目链接:http://codeforces.com/problemset/problem/467/A A. George and Accommodation time limit per test 1 second memory limit per test 256 megabytes input 阅读全文