Little reformat
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -33,7 +33,7 @@ int main() {
|
|||||||
getline(cin, line);
|
getline(cin, line);
|
||||||
try {
|
try {
|
||||||
number = std::stoi(line);
|
number = std::stoi(line);
|
||||||
if(number >= min && number <= max) {
|
if (number >= min && number <= max) {
|
||||||
x.push_back(number);
|
x.push_back(number);
|
||||||
}
|
}
|
||||||
} catch (std::exception ex) {
|
} catch (std::exception ex) {
|
||||||
|
|||||||
Reference in New Issue
Block a user