You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
456 B

6 years ago
#include"main.h"
record(int v){
if(range==0) printf("\n\t\t\t\t100<EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
else printf("\n\t\t\t\t1000<EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
if(kind==0) printf("<EFBFBD>Ӽ<EFBFBD><EFBFBD><EFBFBD>\n\n");
else printf("<EFBFBD>˳<EFBFBD><EFBFBD><EFBFBD>\n\n");
printf("\t\t\t<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ɼ<EFBFBD> ʱ<><CAB1>\n\n");
for(int i=0;i<10;i++){
printf("\t\t\t%2d. %-5s %3d<33><64> %5.2f<EFBFBD><EFBFBD>\n\n",i+1,dates[dif][i].name,dates[dif][i].scores,dates[dif][i].time);
}
6 years ago
system("pause"); if(voice==1) printf("\a");
6 years ago
system("cls");
}