M
M
mercower262022-02-02 22:18:01
C++ / C#
mercower26, 2022-02-02 22:18:01

What is the result of pseudocode in C language?

61fad8cb3b9da315655734.png

алг ВК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

2 answer(s)
D
Denis Zagaevsky, 2022-02-03
@mercower26

-one

W
Wataru, 2022-02-03
@wataru

Translate this into, let's say, C++ and feed it to any online compiler if you don't have anything installed on your computer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question