SOLUTION CODE. #include <stdio.h> #include <stdlib.h> int main(int argc, char*argv[]) { int n, result[1000] = {0}, digit = 999, i, j; ...
確定! 回上一頁