Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
97792 罗迎甲 11大象喝水 C++ Wrong Answer 1 MS 272 KB 370 2024-11-16 15:55:20

Tests(1/10):


Code:

#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ int h,a,std,b; cin>>h>>a; b=3.14*a*a*h; std=(20/b)+1; cout<<std; return 0; }


Run Info:

------Input------
26 10
------Answer-----
3
------Your output-----
1