#include <stdio.h>
#include <stdlib.h>
#include <math.h>

int main() {
   int i;
   i = ( 10000LL * 735625 + 14780)/3652425;
   printf("%d",i);
   return 0;
}