Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
149388 何旻慧 19斯诺克比赛 C++ Compile Error 0 MS 0 KB 168 2026-03-11 19:03:21

Tests(0/0):


Code:

#include <iostream> using namespace std; int main(){ long long a,s,b,i,g,h,j; cin>>a>>s>>b>>i>>g>>h>>j; cout<<a*1+s*2+b*3+i*4+g*5+h*6+j*7+a*7; return 0;


Run Info:

Main.cc: In function 'int main()':
Main.cc:7:12: error: expected '}' at end of input
    return 0; 
            ^