Run ID:121654
提交时间:2025-06-07 19:06:35
#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-9; y=y+9*1.8; y=y+(x*2.7); cout<<y; }