Run ID:146063

提交时间:2026-01-25 20:27:32

#include <iostream> #include <cmath> using namespace std; int main() { int h, r; cin >> h >> r; int num_buckets = ceil(20000 / volume); cout << num_buckets << endl; return 0; }