摘要: 1 /*UVa 11292 Dragon of Loowater*/ 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 int n,m; 8 int main(){ 9 while(scanf("%d%d",&n,&m) && n!=0 && m!=0){ 10 in... 阅读全文
posted @ 2016-03-29 23:25 Orion_7 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 然而等于是默了一遍标程 阅读全文
posted @ 2016-03-29 23:24 Orion_7 阅读(137) 评论(0) 推荐(0) 编辑
摘要: quicksum Given a string of digits, find the minimum number of additions required for the string to equal some target number. Each addition is the equi 阅读全文
posted @ 2016-03-29 23:22 Orion_7 阅读(212) 评论(0) 推荐(0) 编辑