#include using namespace std; typedef pair Pair; int main() { #ifndef ONLINE_JUDGE freopen("debug", "r", stdin); #endif // ONLINE_JUDGE return 0; }