void main() { int size, perm[12] = {0}, current=0, solCount=0, i; printf("Please input number of elements: "); scanf("%d", &size); while ...
確定! 回上一頁