//Dev-C++ 4.9.9.2
//Пароль, как можно догадаться, UVAO-chan
#include
#include
using namespace std;
int main(){
string s,password;
cin>>password;
if(password!="UVAO-chan")return 0;
cin>>s;
cout<<s.length();<br> cin.get();
cin.get();
return 0;
}
Пример ввода:
UVAO-chan
124
Пример вывода:
3