include <bits/stdc++.h>
using namespace std; int main(){ long long n,m,a,ans = 1; cin>>n>>m>>a; if(n%a!=0) { ans*=(n/a+1); } else { ans*=n/a; } if(m%a!=0) { ans*=(m/a+1); } else { ans*=m/a; } cout<<ans; }
№ | Пользователь | Рейтинг |
---|---|---|
1 | tourist | 3985 |
2 | jiangly | 3885 |
3 | jqdai0815 | 3682 |
4 | Benq | 3580 |
5 | orzdevinwang | 3526 |
6 | ksun48 | 3506 |
7 | ecnerwala | 3505 |
8 | Radewoosh | 3457 |
9 | Kevin114514 | 3377 |
10 | gamegame | 3374 |
Страны | Города | Организации | Всё → |
№ | Пользователь | Вклад |
---|---|---|
1 | cry | 170 |
2 | -is-this-fft- | 162 |
2 | Um_nik | 162 |
4 | atcoder_official | 160 |
5 | djm03178 | 157 |
6 | Dominater069 | 156 |
7 | adamant | 153 |
8 | luogu_official | 152 |
8 | awoo | 152 |
10 | maomao90 | 148 |
using namespace std; int main(){ long long n,m,a,ans = 1; cin>>n>>m>>a; if(n%a!=0) { ans*=(n/a+1); } else { ans*=n/a; } if(m%a!=0) { ans*=(m/a+1); } else { ans*=m/a; } cout<<ans; }
If you will write ios_base::sync_with_stdio(0); cout.tie(0); cin.tie(0); than your code will work faster. I just help you to be succesful programmer.
You can do it! I belive you. Just do it
Название |
---|