随笔分类 -  OJ答案

摘要:Problem Description Given a string containing only 'A' - 'Z', we could encode it using the following method. 1. Each sub-string containing k same char 阅读全文
posted @ 2017-05-03 13:56 collectionne 阅读(383) 评论(0) 推荐(0)
摘要:Problem Description Contest time again! How excited it is to see balloons floating around. But to tell you a secret, the judges' favorite time is gues 阅读全文
posted @ 2017-05-01 16:35 collectionne 阅读(1049) 评论(0) 推荐(0)
摘要:Problem Description I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B. Input The first line 阅读全文
posted @ 2017-04-29 22:20 collectionne 阅读(391) 评论(0) 推荐(0)
摘要:Problem Description Hey, welcome to HDOJ(Hangzhou Dianzi University Online Judge). In this problem, your task is to calculate SUM(n) = 1 + 2 + 3 + ... 阅读全文
posted @ 2017-04-29 22:01 collectionne 阅读(277) 评论(0) 推荐(0)
摘要:Problem Description Calculate A + B. Input Each line will contain two integers A and B. Process to end of file. Output For each case, output A + B in 阅读全文
posted @ 2017-04-29 21:36 collectionne 阅读(324) 评论(0) 推荐(0)