#include <bits/stdc++.h>
using namespace std;
int main() {
cout << round(1.0 * 1498 / 902) << endl;
return 0;
}