From 79425267584092c7b59451ca6906911a3eb52995 Mon Sep 17 00:00:00 2001 From: ShazidMahsrafi Date: Thu, 8 Jun 2023 19:14:23 +0600 Subject: [PATCH] update code --- 59A Word/59A.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/59A Word/59A.cpp b/59A Word/59A.cpp index 340e793..c36a429 100644 --- a/59A Word/59A.cpp +++ b/59A Word/59A.cpp @@ -4,7 +4,7 @@ using namespace std; int main() { int i,len,uppercase=0,lowercase=0; - char s[100]; + char s[1000]; cin>>s; len=strlen(s); for(i=0;i