#include <bits/stdc++.h>
using namespace std;

int main() {
	// your code goes here
	cout<<"LONG_MAX: "<<LONG_MAX<<endl;
	cout<<"INT_MAX: "<<INT_MAX<<endl;
	return 0;
}