1 #include <stdio.h> 2 main() 3 4 { 5 int c, i, nwhite, nother; 6 int ndigit; 7 8 nwhite = nother = 0; 9 for (i - 0; i < 10; ++i) 10 ndigit = 0; 11 12 while ((c = ge...
阅读全文
2009
07-02