#include <iostream>
using namespace std;

main(){

int a=6;


cout<<a<<endl;


return 0;
}
