Advertisement
Cy_Dreamer

Untitled

Nov 28th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. for(j=0; j<M; j++)
  3. {
  4. max=-1;
  5. for(i=0; i<N; i++)
  6. {
  7. if(B[i][j]>max)
  8. {
  9. v_max=i;
  10. max=B[i][j];
  11. }
  12. }
  13. printf("Sto %d mathhma o megaluteros vathmos einai %d kai ton exei o %s. \n", j+1, max, On[v_max]);
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement