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