#include using namespace std; int main() { int N, M; cin >> N >> M; if(N & 1) { cout << 5 << endl; return 0; } throw 0; }