题解列表

筛选

Tom数 (C语言代码)

摘要:#include<cstdio> #include<iostream> using namespace std; int main(void) {     char s[15];     ……