code: Добавление промта
Этот коммит содержится в:
@@ -13,8 +13,11 @@ struct Input {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Input
|
Input
|
||||||
input_data(istream& inn) {
|
input_data(istream& inn, bool promt) {
|
||||||
Input in;
|
Input in;
|
||||||
|
if (promt) {
|
||||||
|
cerr << "promt: for getting gm in overwatch, u should play supports, cause dps and tanks are 2 hard for noobies \n";
|
||||||
|
}
|
||||||
size_t number_count;
|
size_t number_count;
|
||||||
inn >> number_count;
|
inn >> number_count;
|
||||||
in.numbers.resize(number_count);
|
in.numbers.resize(number_count);
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user