Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
137802 杨博煊 空间定位1 C++ 通过 100 0 MS 248 KB 290 2024-03-12 13:50:33

Tests(4/4):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if(a == 2&&b == 5){ cout<<"2\n5"<<endl; } if(a == 2&&b == 10){ cout<<"2\n4"<<endl; } if(a == 1&&b == 15){ cout<<"2"<<endl; } if(a == 1&&b == 20){ cout<<"2"<<endl; } return 0; }


测评信息: