Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
4483 郑元泰 02长方形的面积 C++ Compile Error 0 MS 0 KB 390 2024-08-20 19:36:55

Tests(0/0):


Code:

#include<iostream> #include<iomanip> using namespace std; //主程序入口 int main(){ //主程序: cout<<"hello,lema"; //结束程序,并返回 return 0;//return 返回 } #include<iostream> #include<iomanip> using namespace std; //主程序入口 int main(){ //主程序: cout<<"hello,lema"; //结束程序,并返回 return 0;//return 返回 }


Run Info:

Main.cc: In function 'int main()':
Main.cc:15:5: error: redefinition of 'int main()'
 int main(){
     ^
Main.cc:5:5: error: 'int main()' previously defined here
 int main(){
     ^