这是很可能是因为你的#include <stdio.h> 写成了include <stdio.h>
logic.c:1:9: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘<’ token...
最新推荐文章于 2024-07-07 19:44:03 发布
这是很可能是因为你的#include <stdio.h> 写成了include <stdio.h>