这是很可能是因为你的#include <stdio.h> 写成了include <stdio.h>
logic.c:1:9: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘<’ token
最新推荐文章于 2024-07-07 19:44:03 发布
本文解决了一个常见的编程问题:如何正确地包含标准输入输出头文件。当开发者尝试使用stdio.h但出现编译错误时,通常是因为#include指令书写不规范。
3164

被折叠的 条评论
为什么被折叠?



