#include using namespace std; int main(){ int n; int x; int y; cin >> n >> x >> y; return 0; }