#include <iostream>
using namespace std;

int main() {
	int A[10^9];
	cout<<sizeof(A)/sizeof(A[0])<<endl;
}