题解列表

筛选

Tom数 (C++代码)

摘要:解题思路:使用字符数组,逐个进行相加注意事项:注意负数参考代码:#include<iostream>#include<cstdio>#include<cstring>using namespace s……