| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 5325 | 张佳杰 | 大象喝水 | C++ | Accepted | 100 | 0 MS | 244 KB | 146 | 2020-07-29 13:38:45 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b; c=(20-1)*1000/(3.14159*b*b*a)+1; cout<<c; return 0; }