c语言作业计算油费 c语⾔作业计算油费也不知道wa在哪,记录⼀下?#include <stdio.h> #include <math.h> #include "string.h"int main( ){ /* 40 97 m 7-6 计算油费 (50 分)现在90号汽油6.95元/升、93号汽油7.44元/升、97号汽油7.93元/升 */ int x,type1;char type2;double ans;...
printf("请选择(1-4):");scanf("%d",&n);if(n>0&&n<5){ printf("请输入油量(L):
PTA 7-2 计算加油费 (5 分) C语言AC题解 N市的某个加油站提供92#,95#和98#汽油,当天的汽油价如下表所示: 汽油标准 单价(元/升) 92# 6.86 95# 7.45 98# 8.16 现在,要求编写一个程序,输入选择的汽油标准和加油量(单位:升),计算本次加油所需要的价钱。如果输入的汽油标准不在表格内,则输出 Not avail...
c语言作业计算油费也不知道wa在哪,记录一下? #include <stdio.h> #include <math.h> #include "string.h" int main( ) { /* 40 97 m 7-6 计算油费 (50 分) 现在90号汽油6.95元/升、93号汽油7.44元/升、97号汽油7.93元/升 */ int x,type1; char type2; double ans; scanf("%d%d%c",&...
c语言作业计算油费 #include 也不知道wa在哪,记录一下? #include <stdio.h>#include<math.h>#include"string.h"intmain( ) {/*40 97 m 7-6 计算油费 (50 分) 现在90号汽油6.95元/升、93号汽油7.44元/升、97号汽油7.93元/升*/intx,type1;chartype2;doubleans;...