Codeforces Round #523 (Div. 2)

Ac++ 簡單題數組 #include <bits/stdc++.h> using namespace std; typedef long long ll; int main() { ll n, m, ans; cin >> n >> m; ans = m / n; if(m % n != 0)ans++; cout << ans << endl;
相關文章
相關標籤/搜索