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