摘要:
打印多行表格数据: #include "stdio.h"#define STD 30#define COURCE 3int input_num_score(long number[], int score[][3]){ int n; printf("Please enter the total nu 阅读全文
摘要:
void func_guess_number(){ int guess, magic, ret, counter; counter = 0; srand(time(NULL)); magic = rand()%100+1; printf("generate magic is %d.\n", magi 阅读全文