# include <iostream> using namespace std; const int pi = 3.14; int main(){ int h, r; cin >> h >> r; int L = pi * r * r * h / 100; cout << 20%L ? 20/L+1:20/L; return 0; }
https://www.luogu.com.cn/record/113131730