GerexD

ism4--1

Sep 24th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. for(int i=1;i<=n;i++)
  2. {
  3. for(int j=1;j<=m;j++)
  4. if(a[i][j]>max) max=a[i][j];
  5. }
Advertisement
Add Comment
Please, Sign In to add comment