#include<stdio.h>
#include<limits.h>
int main()
{
printf("%i %i %d",INT_MAX,INT_MIN,sizeof(int));
}