Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
39224 Songgy_King 不高兴的津津 C++ 通过 1 MS 244 KB 271 2024-01-31 10:02:06

Tests(10/10):


#include<bits/stdc++.h> using namespace std; int main(){ int i,a,b,n,max=8; for(i=1;i<=7;i++) { cin>>a>>b; if(a+b>8&&i<max) { max=i; } } if(a+b==8) cout<<"0"; cout<<max; return 0; }


测评信息: