diff --git a/lab34.cpp b/lab34.cpp index 3b69891..1085a65 100644 --- a/lab34.cpp +++ b/lab34.cpp @@ -13,8 +13,11 @@ struct Input { }; Input -input_data(istream& inn) { +input_data(istream& inn, bool promt) { 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; inn >> number_count; in.numbers.resize(number_count);