#include<bits/stdc++.h> using namespace std; int main() { cout<<9; }
#include<iostream> int main() { std::cout<<9; }
main() { puts("9"); }
9