摘要:
#include <windows.h>#include <conio.h>#include <stdio.h>int main(){ char a[9]="color 0f"; int i; system("color 5"); for(i=1;i<=9;i++) { a[6]=(char)((int('0'))+i); system(a); getch(); } return 0;} 阅读全文
posted @ 2011-06-18 15:08
AC_Von
阅读(90)
评论(0)
推荐(0)

浙公网安备 33010602011771号