Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
95619 | 吕毅心 | 05买水果 | C++ | Wrong Answer | 0 MS | 264 KB | 254 | 2024-10-31 20:57:21 |
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() using namespace std; int main(){ int a=5,b=8,c=12,d=39,e,f,g,h; e=(a+b+c)/3; printf("%.3lf",e); h=d%5; cout<<(39-h)/5<<" "<<h; return 0; }
------Input------
0
------Answer-----
8.333 7 4 4 7 3 3
------Your output-----
0.0007 4