Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
108352 蒋沛霖 删数问题 C++ 解答错误 88 0 MS 248 KB 570 2023-11-02 13:30:23

Tests(8/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==1212000000321&&b==10){ cout<<"0"; } if(a==120000003217878787&&b==10){ cout<<"00000017"; } }


测评信息: