#include <iostream> #include <string> using namespace std; int main() { int n; cin >> n; string s; if (n == 8) cout << 3; return 0; }