From 9c6fecfd4b27fba617f77d75c240bd05e8ef8cda Mon Sep 17 00:00:00 2001 From: LykovaYA <LykovaYA@mpei.ru> Date: Thu, 21 Nov 2024 21:41:30 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=BE=D0=BC=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lab34.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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);