摘要: #include "stdio.h" #include "string.h" #include "stdlib.h" int charcalculate=0; int wordcalculate=0; int linecalculate=0; void calculate(char * file) 阅读全文
posted @ 2016-10-17 09:49 姜顾蓉 阅读(118) 评论(0) 推荐(0)
摘要: public class cQuestion { public static String str = "";//保存题目的字符串 public static int num = 5;//每题中数的个数 public static int num_i = 0;//题目中已有数的个数 public s 阅读全文
posted @ 2016-10-17 09:42 姜顾蓉 阅读(132) 评论(0) 推荐(0)