From f6e805c2b11c7a31d7cca0af81f99ba33847ede9 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Thu, 13 Oct 2022 15:20:45 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=BE?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B5=D0=B4=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B2=D0=B2=D0=BE=D0=B4=D0=B0=20=D0=B2=20=D1=82=D1=80?= =?UTF-8?q?=D0=B5=D1=82=D1=8C=D0=B5=D0=B9=20=D0=BB=D0=B0=D0=B1=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lab3/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'lab3/src/main.rs') diff --git a/lab3/src/main.rs b/lab3/src/main.rs index 01fae91..ec002c0 100644 --- a/lab3/src/main.rs +++ b/lab3/src/main.rs @@ -3,6 +3,7 @@ use std::io; fn main() { + println!("Введите положительное число:"); let mut p = String::new(); let stdin = io::stdin(); match stdin.read_line(&mut p) { -- cgit v1.2.3