Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
140934 王培臻 19斯诺克比赛 C++ Accepted 0 MS 276 KB 171 2025-12-20 14:37:19

Tests(5/5):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ long long a,s,d,f,g,h,j; cin>>a>>s>>d>>f>>g>>h>>j; cout<<a*1+s*2+d*3+f*4+g*5+h*6+j*7+a*7; return 0; }