C ++. #include <stdio.h> int main() { const int maxItems = 10; char myArray[maxItems], curChar; int i; for (i=0; i<maxItems; i++) { curChar ...
確定! 回上一頁