#include <stdio.h> int main( void ) { unsigned a, c; scanf( "%u%*u%u", &a, &c ); printf( "%u\n", c/a ); }