#include <stdio.h> int main(void) { int i; puts("please input an integer!"); printf("i = "); scanf("%d", &i); while (i-- > 0) ## 指定循環 ...
確定! 回上一頁