#include <inttypes.h>
#include <stdio.h>


int main(void) {
  printf("%" PRIuMAX "\n", UINTMAX_MAX);
}
