#include using namespace std; int main() { int d,w; cin >> d >> w; cout << d/w/w << endl; // your code goes here return 0; }