题解列表

筛选

Tom数 (C语言代码)

摘要:#include <stdio.h> void main() {     char nums[33];     while (gets(nums)!=NULL)     { int ……