#include using namespace std; int main() { int N; cin >> N; vector A(N-1); for (int i=1; i> A[i]; cout << 100 / N << endl; return 0; }