#include using namespace std; int main() { cout << 9 * 9 / 3 << endl; printf("%d",2); return 0; }