開發平台(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