#include <stdio.h> int main() { //录入字符串 char ch[20] = { 0 }; char* pc = ch; scanf("%s", pc); //计算九位数字与(1,2,3,...,9)乘积的...