Owl Get a Life
typo.cpp: In function ‘int main()’:typo.cpp:9:21: error: expected ‘;’ before ‘}’ token 9 | printf("No") | ^ | ; 10 | }else if(str1.size()>2 and str1.size()<100) { | ~