Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
104974 周轩屹 输出信息 C++ Compile Error 0 MS 0 KB 29 2025-01-11 20:33:34

Tests(0/0):


Code:

cout<<"This is a C program.";


Run Info:

Main.cc:1:1: error: 'cout' does not name a type
 cout<<"This is a C program.";
 ^