#include<stdio.h>
int main()
{
printf("Hello world");
return 0;
}
可是运行不了,请问哪里出问题了?
出现了这个Target uses an invalid compiler; run aborted
onemoo
相关分类