这个c程序哪错了_百度知道
这个c程序哪错了 2013-11-29 11:17 很不好house | 分类:C/C++ #include <reg51.h> #include <intrins.h> #define GPIO_key P0 #define GPIO_LED P1...
请问这个c语言程序错误在哪里? - C(编程语言) - 知乎
请问这个c语言程序错误在哪里?#include <stdio.h>#include <stdlib.h>#include <conio.h>struct BOOK{int id,usr[10],total,store,days[10];...
我这个C语言的程序哪里错了。。它说有非法字符
我这个C语言的程序哪里错了。。它说有非法字符 #include "stdio.h"main(){ int i,j,result; printf("\n"); for (i=1;i<10;i++) { for(j=1;j<...