.
This commit is contained in:
parent
4c58719eb2
commit
bceaabe49c
@ -19,7 +19,7 @@ int main(){
|
|||||||
r = scanf("%d", &value);
|
r = scanf("%d", &value);
|
||||||
pole[i] = value;
|
pole[i] = value;
|
||||||
if(value<0){
|
if(value<0){
|
||||||
return EOF;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(r == 1){
|
if(r == 1){
|
||||||
|
Loading…
Reference in New Issue
Block a user