Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
113692 王镜铭 求和 C++ Compile Error 0 MS 0 KB 205 2025-03-16 12:57:08

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ //long double a,b; long long a=123,b=456; cout<<"sum is"<<a+b //cout<<fixed<<setprecision(4)<<4/3.0*3.1415926*a*a*a; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:8:5: error: expected ';' before 'return'
     return 0;
     ^