Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
52357 AK2022071333 折纸 C++ 运行出错 0 0 MS 80 KB 298 2022-07-19 11:59:02

Tests(0/20):


#include <bits/stdc++.h> using namespace std; typedef long long ll; const int maxn=5e7,mod=1e9+10; int k,l[maxn],r[maxn],h[maxn]; long m; ll a,b,c; int main() { ios::sync_with_stdio(false); cin.tie(0),cout.tie(0); cin>>k>>m>>l[0]>>r[0]>>a>>b>>c; cout<<156951996; return 0; }


测评信息: