Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5619 欧阳漌 糖果店 C++ 编译错误 0 0 MS 0 KB 193 2020-08-14 16:23:46

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,p1,p2,p3; double p1,p2,p3; p1=10.4*a; p2=15.6*b; p3=25.2*c; printf("%.1lf %.1lf %.1lf",p1,p2,p3); return 0; }


测评信息: