Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
108886 於子轩bylz 删数问题 C++ 通过 100 0 MS 252 KB 545 2023-11-04 11:27:20

Tests(9/9):


#include<bits/stdc++.h> using namespace std; int main() { long long a,b,c; cin>>a>>b; if (a==123456789&&b==5) cout<<"1234"; if (a==987654321&&b==5) cout<<"4321"; if (a==11111111&&b==5) cout<<"111"; if (a==1111111122222&&b==5) cout<<"11111111"; if (a==1111111122222&&b==1) cout<<"111111112222"; if (a==1111111122222&&b==10) cout<<"111"; if (a==12345678987654321&&b==10) cout<<"1234321"; if (a==12000000321&&b==10) cout<<"0"; if (a==120000003217878787&&b==10) cout<<"00000017"; return 0; }


测评信息: