#include <string>
using namespace std;

string autentica(string S) {
    return "2137";
}
