include <stdio.h>int main(){ printf("hello world"); return 0; }提示a.c:1:9: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘<’ token include <stdio.h> ^ 这是为啥呢
收起
#include<stdio.h>
报告相同问题?