Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
110099 邹金行 05买水果 C++ Wrong Answer 0 MS 264 KB 171 2025-02-14 15:58:23

Tests(0/1):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int a=5,b=8,c=12; printf("%.3lf%d%d%d%d%d%d",(a+b+c)*1.0/3,39/a,39%a,39/b,39%b,39/c,39%c); return 0; }


Run Info:

------Input------
0
------Answer-----
8.333 7 4 4 7 3 3
------Your output-----
8.333744733