Online tools

C Online Runner

免费在线运行 C 语言代码:云端沙盒使用 C17 标准自动编译执行,支持标准输入与 cJSON 等常用库,无需安装 GCC,浏览器中即可编写并运行 C 程序。

Code editor
Standard input
Load popular libraries

Includes the following libraries, ready to import when enabled

cJSONlibqrencode
Result

Click Run and the output will appear here

FAQ

在线运行 C 语言用什么标准编译?

使用 C17 标准在云端自动编译,编译错误会完整返回编译器诊断信息。

支持 scanf 读取输入吗?

支持。在标准输入框填写内容后,程序可通过 scanf、fgets 等方式读取,适合算法题测试。

可以使用第三方 C 库吗?

开启加载常用库后可使用 cJSON、libqrencode 等常用 C 库。