Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
16446 Andrew宥杨 大象喝水 C++ 通过 0 MS 248 KB 190 2023-05-03 09:22:18

Tests(1/1):


#include <iostream> #include <cstdio> using namespace std; int main(){ double r,h,s,v; cin>>h>>r; s=r*r*3.14; v=s*h; printf("%d",int(v/1000/2)-1); return 0; }


测评信息: