开发平台(Platform): (Ex: Win10, Linux, ...)
Win10
编译器(Ex: GCC, clang, VC++...)+目标环境(跟开发平台不同的话需列出)
Code block16.01
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
无
问题(Question):
我有检查过Ming w的位置
他确实有在x86那里面
但我执行缺无法执行且会被系统关掉
喂入的资料(Input):
只使用它的main.c
预期的正确结果(Expected Output):
跑出"Hello world"
错误结果(Wrong Output):
Code block已停止运作
程式码(Code):(请善用置底文网页, 记得排版)
#include<stdio.h>
Int main(void)
{
printf("Hello world");
return0;
}
补充说明(Supplement):
正常下载code block