Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|---|
5229 | 贺昱翔 | 大象喝水 | C++ | Wrong Answer | 0 | 0 MS | 260 KB | 143 | 2020-07-28 16:17:11 |
#include<bits/stdc++.h> using namespace std; int main(){ int h,r; cin>>h>>r; printf("%.0lf",20/(r*r*3.14159*h/1000)+1); return 0; }