题解列表

筛选

Tom数-题解(C语言代码)

摘要: ```c #include int main() { long sum,n;//注意sum和n的类型,要用long类型 sum=0; while((scanf("%ld",&n)……