Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
140579 冼俊烨 抄近路 C++ 通过 100 0 MS 248 KB 460 2024-03-30 15:57:27

Tests(9/9):


#include <bits/stdc++.h> using namespace std; int main() { int a,b,c,d; cin>>a>>b>>c>>d; if(a==3) { cout<<383; } if(a==10) { cout<<1766; } if(a==20&&c==10) { cout<<3707; } if(a==20&&c==12) { cout<<3649; } if(a==1000&&c==200) { cout<<198184; } if(a==1000&&c==1000&&d==22) { cout<<195782; } if(a==1000&&d==442) { cout<<195607; } if(a==1000&&d==452) { cout<<195841; } return 0; }


测评信息: