{}
run-icon
main.c
// 在线 C 编译器,用于在线运行 C 程序 #include <stdio.h> int main() { // 在此处编写 C 代码 printf("Try programiz.pro"); return 0; }
输出