#include <iostream> using namespace std; int main() { int X, M; cin >> X >> M; cout <<"8"; return 0; }