#include <iostream>
#include <cstdlib>
using namespace std;

int main() {
	cout << RAND_MAX;
}

//https://pt.stackoverflow.com/q/229597/101