题解列表

筛选

可AC (C语言代码)

摘要:解题思路: 注意事项: 参考代码: #include<iostream> using namespace std; int fun(int n) { if (n == 1)……

Tom数 C语言 字符串 mirage解题记录

摘要:解题思路:1. 读入数据储存为字符串。2. 挨个字符相加得出结果。注意事项:单个字符相加时减去&#39;0&#39;的ASCLL码值。参考代码:#include<stdio.h> int main(……