#include<iostream>
using namespace std;
int x[100];
int main()
{
    cout << x[99] << endl;
}