#include<iostream> #include<algorithm> #include<vector> #include<sstream> using namespace std; int main(){ int n; while(cin>>n){ vector<int> l...