#include <bits/stdc++.h> using namespace std; int a, b, c; int main() { cin >> a >> b >> c; cout << (a / c) * (b / c); return 0; }
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.
Using your Hydro universal account