#include<fstream> using namespace std; int main() { ifstream fin("well.in"); ofstream fout("well.out"); fout<<13; return 0; }