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