题解列表

筛选

去掉空格 (C语言代码)

摘要:解题思路:新手上路 请大家多多指教注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char zf[81]={0}; int n,j,l……

Tom数 (C语言代码)

摘要:#include <stdio.h>int main(){     int s;     long long n;     while(scanf("%lld",&n)!=EOF)     {    ……