1
0

[Update] remove unnecessary condition

This commit is contained in:
Tony Yang
2021-12-27 04:51:54 +08:00
parent f0db4dec3b
commit 3b7cd9404a

View File

@@ -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;
}