摘要:
#include #include void text_to_bin(char *argv[]); void bin_to_text(); typedef struct { int xh; char name[20]; int age; }Student; int main(int a,char *argv[]){ if(a!=4){ printf("参数不够!\n");... 阅读全文
posted @ 2018-03-21 23:53
王默默
阅读(2191)
评论(0)
推荐(0)
浙公网安备 33010602011771号