@@ -33,7 +33,7 @@ int main() {
getline(cin, line);
try {
number = std::stoi(line);
if(number >= min && number <= max) {
if (number >= min && number <= max) {
x.push_back(number);
}
} catch (std::exception ex) {
The note is not visible to the blocked user.