SAD
This commit is contained in:
parent
3af41b04fc
commit
d486c225fb
Binary file not shown.
Binary file not shown.
@ -11,6 +11,8 @@ int main(){
|
||||
int value = 0;
|
||||
int r = scanf("%d",&value);
|
||||
if (r == 1){
|
||||
if(r < 0 && r > 1000)
|
||||
continue;
|
||||
results[i] = value;
|
||||
if(max < results[i]){
|
||||
max = results[i];
|
||||
|
Loading…
Reference in New Issue
Block a user