Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
141543 万擘玄 02买铅笔 C++ Compile Error 0 MS 0 KB 129 2025-12-26 20:25:35

Tests(0/0):


Code:

#include<iostream> using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; cout<<a*10+b/c*10+d return 0; }


Run Info:

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