C语言系统找不到指定的文件怎么整
#include<stdio.h>void main() {
printf("J");
}
这都输出不了,怎么整。
2021-10-22 11:21
程序代码:#include <stdio.h>
int main(int argc, char *argv[])
{
puts("I m using online c-program parser!");
return 0;
}
2021-10-22 11:59
2021-10-22 18:59