全部评论 3

  • 2026-04-07 来自 浙江

    0
  • #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int n,x,max=0,day=0,he;
        for (int i=0;i<8;i++){
            cin>>n>>x;
            he=n+x;
            if ((he>max)&&(he>8)){
                max=he,day=i;
            }
        }
        return 0;
    }
    

    错了

    2026-04-07 来自 浙江

    0
  • 额...

    2026-04-07 来自 浙江

    0
暂无数据

提交答案之后,这里将显示提交结果~

首页