Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
108356 蒋沛霖 删数问题 C++ 通过 100 0 MS 252 KB 568 2023-11-02 13:32:05

Tests(9/9):


#include<iostream> using namespace std; int main() { unsigned long long a,b; 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"; } }


测评信息: