摘要: 题目:(A) Sum of Round Numbers 题目大意: 给出 t 组数据,对于每组数据将给出的 n ,将其分成若干个数,输出数的个数以及情况 (如901 可分解成 900 1 两个数)。 解题代码: #include <cstdio> #include <iostream> #inclu 阅读全文
posted @ 2020-05-12 19:25 emhhbw== 阅读(137) 评论(0) 推荐(0)