#include using namespace std; #define NUM 10000 int num[NUM]; int main(){ int N; cin >> N; cout <