来看

ljy123456 爱因斯坦 2022-09-25 10:06:23 14

#include

using namespace std;

int main() {

int h, r, s, a;

cin >> h >> r;

s = 3.14 * r * r * h;

a = 20000 / s;

cout << a + 1;

}

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