#include using namespace std; typedef long long ll; int n,A[102]; int main(){ cin>>n; if (n==100) return cout<<"All clear!",0; for (int i=1; i<=n; i++){ int x; cin>>x; A[x]=1; } int i=1; while (i<=100){ while(i<=100 && A[i]) i++; cout<