#include using namespace std; int N; long a,b,c; int main () { cin >> N; cin >> a >> b >> c; return 0; }