提交时间:2019-09-18 18:31:46
运行 ID: 229
#include<iostream> int main(){ float a,b,c,e,d; a=9.6; b=a*6; c=b-(9.4*5); e=b-(9.8*5); d=(b-c-e)/4; return 0;