随笔分类 -  ACM

摘要:Problem Description Julius Caesar lived in a time of danger and intrigue. The hardest situation Caesar ever faced was keeping himself alive. In order 阅读全文
posted @ 2016-06-01 09:31 DoubleLeft 阅读(537) 评论(0) 推荐(0)
摘要:Problem Description Boudreaux and Thibodeaux are on the road again . . ."Boudreaux, we have to get this shipment of mudbugs to Baton Rouge by tonight! 阅读全文
posted @ 2016-05-31 14:27 DoubleLeft 阅读(301) 评论(0) 推荐(0)
摘要:Problem Description "OK, you are not too bad, em... But you can never pass the next test." feng5166 says."I will tell you an odd number N, and then N 阅读全文
posted @ 2016-05-18 23:39 DoubleLeft 阅读(347) 评论(0) 推荐(0)
摘要:#include"iostream"using namespace std;int main() { int n,i,j,k; int c[122],temp[122]; //c[] 数组用于储存当前多项式各项系数 //temp[]数组用于暂时储存在运算时的两多项式相加的系数和 while(cin> 阅读全文
posted @ 2016-05-17 01:17 DoubleLeft 阅读(1090) 评论(0) 推荐(0)