Help please | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Help please

Help please. This code does not have the required strings. Which? https://code.sololearn.com/cMyX79lM2IQb/?ref=app

27th May 2019, 7:44 AM
Сергій Штанько
Сергій Штанько - avatar
3 Answers
+ 1
The lines that create this program. There are rows here, if they are removed then the program's work will not be broken.
27th May 2019, 7:52 AM
Сергій Штанько
Сергій Штанько - avatar
0
which are the required strings ?
27th May 2019, 7:47 AM
Prokopios Poulimenos
Prokopios Poulimenos - avatar
0
For sure, Line 3 : #include<windows.h> Line 4 : #include<time.h> Line 10 : SetConsoleCP(1251); Line 11 : SetConsoleOutputCP(1251); Line 34 : if(a[k][n]<(-5 )|| a[k][n]>3){ Line 46 : } are extra lines. Does not affect the result if you remove them. -- ======================= Make your identation(tab) of your code to be more readable
27th May 2019, 8:08 AM
Prokopios Poulimenos
Prokopios Poulimenos - avatar