3 solutions

  • 1
    @ 2025-8-26 12:03:48
    #include <bits/stdc++.h>
    using namespace std;
    int a, b, c;
    int main()
    {
    	cin >> a >> b >> c;
    	cout << (a / c) * (b / c);
    	return 0;
    }
    

    Information

    ID
    998
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    7
    Tags
    # Submissions
    59
    Accepted
    15
    Uploaded By