Run ID:121651
提交时间:2025-06-07 19:00:30
#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-10; y=y+10*1.8; y=y+x*(1.8/2+1.8); cout<<y; }