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