ASD
This commit is contained in:
parent
d659721093
commit
ba885c2210
@ -10,8 +10,6 @@ int main(){
|
|||||||
while(1){
|
while(1){
|
||||||
int value = 0;
|
int value = 0;
|
||||||
int r = scanf("%d",&value);
|
int r = scanf("%d",&value);
|
||||||
if(r == EOF)
|
|
||||||
break;
|
|
||||||
if (r == 1){
|
if (r == 1){
|
||||||
continue;
|
continue;
|
||||||
results[i] = value;
|
results[i] = value;
|
||||||
|
Loading…
Reference in New Issue
Block a user