#include int readInt(){ int buf; scanf("%d", &buf); return buf; } int main(){ int n = readInt(); for(int i=0; i