Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
135929 邓庆凯 第k小数1 C++ 解答错误 90 0 MS 244 KB 446 2024-03-07 13:32:10

Tests(9/10):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if(a==8&&b==2) cout<<"7"; if(a==15&&b==10) cout<<"4"; if(a==3000&&b==1000) cout<<"2006"; if(a==4000&&b==3999) cout<<"3998"; if(a==5000&&b==2) cout<<"1774"; if(a==6000&&b==1) cout<<"5047"; if(a==7000&&b==5000) cout<<"818"; if(a==8000&&b==7000) cout<<"5049"; if(a==99999&&b==123) cout<<"623"; if(a==99999&&b==19999) cout<<"27893"; return 0; }


测评信息: