#include #include int main() { int set,testa,testb,count,k; printf("輸入一個正整數做質因數分解:"); scanf("%d",&set); for(testa ...
www.student.tw