#include <iostream>
using namespace std;

int main() {
	cout << 38376 / 5000;
	return 0;
}