[Update] remove unnecessary condition
This commit is contained in:
parent
f0db4dec3b
commit
3b7cd9404a
@ -100,11 +100,8 @@ int main(int argc, char const *argv[]) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (count != "0") {
|
||||
cout << "Answer is fewer than " << upper << endl;
|
||||
cout << "Answer is more than " << lower << endl;
|
||||
}
|
||||
|
||||
// space
|
||||
cout << endl;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user