
字符串
Scarlett·S
学海无涯,回头无岸
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C++ Pat甲级1005 Spell It Right (20 分)(to_string)
1005 Spell It Right (20 分) 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 Specification: Each input file...原创 2019-02-23 16:31:40 · 159 阅读 · 0 评论 -
C++ Pat甲级1006 Sign In and Sign Out (25 分)(字符串strcmp , strcpy)
1006 Sign In and Sign Out (25 分) At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door. Given the reco...原创 2019-02-23 17:22:41 · 264 阅读 · 0 评论