ans

062_lichangyi 2020-11-28 13:44:32 12 返回题目

#include <bits/stdc++.h> using namespace std; int main() { int a, b, c; cin >> a >> b >> c; cout << (a + c) / b; return 0; }

{{ vote && vote.total.up }}

共 1 条回复

fubohao2020

good