#include using namespace std; int main(){ int T,TT; cin >> T >> TT; assert(T==TT); }