摘要: 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 阅读(517) 评论(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 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 这个代码很幼稚,但这是我第一次的尝试,我只是想分享我的点滴 阅读全文
posted @ 2016-05-18 23:48 DoubleLeft 阅读(293) 评论(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 阅读(340) 评论(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 阅读(1061) 评论(0) 推荐(0) 编辑
摘要: #include"stdio.h"#include"stdlib.h"#include"string.h"#include "iostream"#include "iomanip"#include"graphics.h" //延迟输出函数 Sleep() 头文件#include"conio.h"#i 阅读全文
posted @ 2016-05-15 19:02 DoubleLeft 阅读(319) 评论(1) 推荐(0) 编辑