輸入一個長度爲10的數組

#include "stdio.h" main() { float a[10]; int i; for (i=0;i<10;i++) scanf("%d",&a[i]); } }
相關文章
相關標籤/搜索