From 46b38fdff79136fe8db5afeae032a8c98ca9977b Mon Sep 17 00:00:00 2001 From: Kapliuk Date: Sat, 24 Feb 2024 23:54:19 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D0=B8=20'c?= =?UTF-8?q?v1/program.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cv1/program.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/cv1/program.c b/cv1/program.c index 7131333..17de8e9 100644 --- a/cv1/program.c +++ b/cv1/program.c @@ -12,9 +12,6 @@ int main(){ else if(i >= 'A' && i <= 'Z'){ i = i+32; } - if(i < 32 || i > 127){ - i == 0; - } putchar(i); } printf("\nLines count: %d\n", riadok);