ASD
This commit is contained in:
parent
7dfc6f9fa3
commit
146182ee18
@ -10,7 +10,7 @@ int main(){
|
||||
while(1){
|
||||
int value = 0;
|
||||
int r = scanf("%d",&value);
|
||||
if (r == 1){
|
||||
if (r == 1 && r > 0){
|
||||
results[i] = value;
|
||||
if(max < results[i]){
|
||||
max = results[i];
|
||||
|
Loading…
Reference in New Issue
Block a user