• 个人简介

    重要的事情说三遍!!!

    😄

    这是我的域进入

    这是我的域进入

    这是我的域进入

    (正在急速更新)

    WOW

    👀️

    这里是baidu

    打字游戏点击进入

    2048游戏这里

    nb网页在这里进入

    如果你like NBA 进入这个

    HP进入网站


    我的码风@

    #include<bits/stdc++.h>
    using namespace std;
    int a[150][150];
    int ret[150];
    int main(){
        int n,k;
        cin>>n>>k;
        for(int i=0;i<k;i++){
            for(int j=0;j<n;j++){
                cin>>a[i][j];
            }
        }
        
        for(int i=0;i<k;i++){
            for(int j=0;j<n;j++){
                ret[j]+=a[i][j];
            }
        }
        int mx=0;
        for(int i=0;i<n;i++){
            if(ret[mx]<ret[i]){
                mx=i;
            }
        }
        cout<<mx+1;
    }
    

    自己猜题目吧,我这个蒟蒻不想说了👀️

  • 最近活动

    This person is lazy and didn't join any contests or homework.
  • 最近编写的题解

    This person is lazy and didn't write any solutions.
  • Stat

  • Rating