Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
23090 LeoWang 不高兴的津津 C++ 通过 1 MS 236 KB 198 2023-07-21 01:09:00

Tests(1/1):


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


测评信息: