上一页 1 ··· 103 104 105 106 107
摘要: #include <iostream>#include <cstdio>#include <cmath>#include <stack>#include <string> using namespace std; int main(){ char command[16]; char url[71]; 阅读全文
posted @ 2016-04-12 13:43 郭新晨 阅读(163) 评论(0) 推荐(0) 编辑
摘要: Description Standard web browsers contain features to move backward and forward among the pages recently visited. One way to implement these features 阅读全文
posted @ 2016-04-11 19:22 郭新晨 阅读(210) 评论(2) 推荐(0) 编辑
摘要: #include <iostream>#include <cstdio>#include <cmath> int main(){ int num; while (scanf_s("%d",&num) != EOF) { int cnt = 2; long long testNum = 11; whi 阅读全文
posted @ 2016-04-11 12:19 郭新晨 阅读(165) 评论(3) 推荐(0) 编辑
摘要: Given any integer 0 ≤ n ≤ 10000 not divisibleby 2 or 5, some multiple of n is a number whichin decimal notation is a sequence of 1’s. Howmany digits a 阅读全文
posted @ 2016-04-11 11:43 郭新晨 阅读(165) 评论(1) 推荐(0) 编辑
上一页 1 ··· 103 104 105 106 107