#include using namespace std; int main() { cin.tie(nullptr); ios::sync_with_stdio(false); char N[13]; cin.getline(N, 13); cout << "166374059\n"; return 0; }