码迷,mamicode.com
首页 > 其他好文 > 详细

2022.海选女主角

时间:2018-10-07 14:35:18      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:bsp   for   str   microsoft   soft   scan   style   mat   scanf   

#include<iostream>

#include<cmath>

int main(){

         int n,m;

         long a[100][100];

         while(scanf("%d%d",&n,&m)!=EOF){

                   int max=0,count1=0,count2=0;

                   for(int i=1;i<=n;i++)

                      for(int j=1;j<=m;j++)

                      scanf("%d",a[i][j]);

                   for(int i=1;i<=n;i++)

                      for(int j=1;j<=m;j++)

                      if(abs(a[i][j])>abs(max)){

                      max=a[i][j];

                      count1=i;

                      count2=j;

                      }

                   printf("%d%d%d\n",count1,count2,max);

                   }

 

         return 0;

}

2022.海选女主角

标签:bsp   for   str   microsoft   soft   scan   style   mat   scanf   

原文地址:https://www.cnblogs.com/huoyuying/p/9749997.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!