#include using namespace std; int main(){ int n; cin >> n; vector a(n); for(int i=9; i> a[i]; sort(a.begin(),a.end()); if(n==1){ cout << 1 << endl; return 0; } int ans=1; for(int i=1; i