10 2015 档案

摘要:program→ external_declaration | program external_declaration→|external_declaration→ function_definition | declaration→|function_definition→ type_speci... 阅读全文
posted @ 2015-10-29 17:21 08周诗琦 阅读(226) 评论(5) 推荐(0)
摘要:#include#include//strcmp()用于比较两个字符串,若str1==str2,则返回零;若str1>str2,则返回正数;若str1//getch()#define max 200char pro[max], lin[20];int n,i,syn;char *word[6]={ ... 阅读全文
posted @ 2015-10-14 21:15 08周诗琦 阅读(175) 评论(0) 推荐(0)