2018年7月4日
摘要: problem tip anwser include using namespace std; string firstName, lastName, firstTime, lastTime; bool CompTime(int a1, int b1, int c1, int a2, int b2, 阅读全文
posted @ 2018-07-04 22:15 yoyo_sincerely 阅读(282) 评论(0) 推荐(0) 编辑
摘要: problem Given a non negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English. Input Sp 阅读全文
posted @ 2018-07-04 21:31 yoyo_sincerely 阅读(228) 评论(0) 推荐(0) 编辑
摘要: problem A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child. Input Each input file 阅读全文
posted @ 2018-07-04 20:49 yoyo_sincerely 阅读(251) 评论(0) 推荐(0) 编辑