Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
41239 Andrew宥杨 组合 C++ 解答错误 1 MS 244 KB 195 2024-02-20 10:08:01

Tests(0/1):


#include<bits/stdc++.h> using namespace std; int main(){ int maxn=0,i=0; int a,b; cin>>a>>b; while(maxn=0){ i++; if(a!=i && b!=i && a+b!=i)maxn=i; } cout<<maxn; return 0; }


测评信息: