This commit is contained in:
Yaroslav Orlianskyi 2022-03-09 15:32:31 +01:00
parent 146182ee18
commit 881ada8836
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -10,7 +10,7 @@ int main(){
while(1){ while(1){
int value = 0; int value = 0;
int r = scanf("%d",&value); int r = scanf("%d",&value);
if (r == 1 && r > 0){ if (value == 1 && value > 0){
results[i] = value; results[i] = value;
if(max < results[i]){ if(max < results[i]){
max = results[i]; max = results[i];