不判断不逻辑,直接加一暴力解题
#include<stdio.h> int main() { int b,c,e; float a = 3.14; scanf("%d %d",&b,&c); e = 10000/(b*c*c*a); printf("%d",e+1); return 0; }