Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
121656 周泽洋 08打车费用 C++ Wrong Answer 1 MS 272 KB 209 2025-06-07 19:07:14

Tests(0/10):


Code:

#include<iostream> #include<cstdio> using namespace std; int main(){ int x; float y; cin>>x; y=0; x=x-2; y=y+6; x=x-8; y=y+8*1.8; y=y+(x*2.7); cout<<y; }


Run Info:

------Input------
4
------Answer-----
9.6
------Your output-----
4.2