Answer the question
In order to leave comments, you need to log in
What is the result of pseudocode in C language?
алг ВК12 нач
ввод цел n
цел таб A[n][n]
цел m := 11;
для i от 1 до n
для j от 1 до n
ввод A[i][j]
если m>A[i][j] то m:=A[i][j]
кц кц
q:=-1;
для j от 1 до n
для i от 1 до n
если A[i][j]=m то q:=j; i:=n+1;
кц
кц
рез q
кон
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question