摘要: //int answer[LEN]; #include <iostream> #include <stdio.h> using namespace std; #define LEN 9 int count = 0; int main() {     int i;     printf("%d"... 阅读全文
posted @ 2010-10-24 23:20 滄海桑田 阅读(142) 评论(1) 推荐(0)