Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
134488 肖声晖 01第一个C++程序 C++ Compile Error 0 MS 0 KB 82 2025-10-27 17:19:00

Tests(0/0):


Code:

#include <iostream> using namespace std; int mai(){ cout<<"hell,lema; }


Run Info:

Main.cc:4:11: warning: missing terminating " character
     cout<<"hell,lema;
           ^
Main.cc:4:5: error: missing terminating " character
     cout<<"hell,lema;
     ^
Main.cc: In function 'int mai()':
Main.cc:6:1: error: expected primary-expression before '}' token
 } 
 ^
Main.cc:6:1: warning: no return statement in function returning non-void [-Wreturn-type]