From df12bcfa9e8d81c7a2068bdd51f9449abfc1b049 Mon Sep 17 00:00:00 2001 From: BezhenarAN Date: Sun, 19 May 2024 17:11:04 +0300 Subject: [PATCH] =?UTF-8?q?4.7:=20=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=B2=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 8abd18f..fa2f39d 100644 --- a/main.cpp +++ b/main.cpp @@ -81,7 +81,7 @@ Input download(const string& address) { exit(1); } else { - cerr << "Average speed: " << avspeed; + cerr << "Average speed: " << avspeed << "байт/c"; } }