/*
TASK:money
LANG:C++
*/

#include<iostream>
#include<string>
using namespace std;
int main()
{
string s;
cin>>s;
cout<<"No";
return 0;
}
