1樓:匿名使用者
已改,改的地方已註釋
#include
int main()
return 0;}
2樓:
1) 是否有【多組測試資料】?
2)x(公里數) 和 y(停車時間) 都是【整數】的?他們的單位分別是什麼?
如果都是整數的,那麼結果也一定是整數,為什麼要用【浮點數】?
一般計程車有規定:不足1千米按1千米計,也就是說要向上去取整,1.1 公里就算 2 公里了。
因此我覺得 x(公里數) 和 y(停車時間)都是【浮點數】的。
那麼 scanf("%d %d",&x,&z); 本身就有問題。
3) x <= 100 和 y <= 100 的限制**來的?題目中沒有出現,是否有其他題意的描述?
3樓:匿名使用者
兄弟你if(z%5==0&&z<=100) y=y+2*z/5;
z%5好像只有z=0時才等於0,所以按時計費沒算計去,應該寫成if(z%5!=0&&z<=100) y=y+2*z/5;給分吧
4樓:重小樓
問題在這個語句上:
if(z%5!=0&&z<=100) y=y+(z/5+1)*2;
按照題目要求,不足5分鐘的按5分鐘計,即分鐘數一定是整數。這個地方要先把z/5的結果轉換成整數,再做加法和乘法。
5樓:jyw金
#include
int main()
if(x<=3)
y=10;
else if(x<=10 && x>3)y=10+2*(x-3);
else
y=24+3*(x-10);
if(z%5!=0)
y=y+(z/5+1)*2;
else
y=y+2*z/5;
printf("%.1f\n",y);
return 0;}
6樓:皋絲
看過了,#include
int main()
7樓:匿名使用者
呃。。**有錯呢?我看了一遍,好像沒啥問題吧
8樓:匿名使用者
是編譯沒通過還是結果不對啊,怎麼還有<100的限制啊
c++程式設計問題
9樓:善護
這是定義一些巨集函式(巨集替換),便於理解和使用。
10樓:匿名使用者
這些巨集編譯的時候直接會被刪掉,編譯的時候什麼都不是。它們的意義簡單說就是讓你能寫這些東西,不會造成編譯錯誤。
這是微軟的一種叫sal,source code annotation language,的東西,作用有兩個:第一是給人看的,明確一些**的意義,比如最常見的標記函式形參是用來輸出的還是用來輸入的;第二是給分析工具用的,用來檢測符合語法但是存在邏輯錯誤的**。
11樓:匿名使用者
就是把開關給開了
後面會有#ifdef或者#ifndef之類的開關
c++程式設計問題
12樓:匿名使用者
\untitled1.c|2|#include expects "filename" or |:第二行#include "stdio.
h「,後面那個引號要英文引號。。\untitled1.c||in function `int main()':
|:main()函式預設返回值型別為int,而你沒有返回int型別資料,要麼程式最後加個return 1;要麼把main()改為void main(),即返回值型別為空。。\untitled1.
c|6|error: `printf' was not declared in this scope|
\untitled1.c|7|error: `scanf' was not declared in this scope|:
因為前面"stdio.h"出錯,等於沒有加進這個標頭檔案,就找不到printf和scanf這兩個函式。。
13樓:匿名使用者
#include "math.h"
#include "stdio.h"main()
英文狀態的雙引號(黑體部分)被你寫成中文雙引號了
c++程式設計問題
14樓:匿名使用者
#include
using namespace std;
class point
;point(int a, int b);
void show(){cout<<"x="<
15樓:在武當山跳民族舞的甄姬
#include
class point
point::point(int x, int y)void point::show()
int main(void)
{point point(2, 4);
point.show();
return 0;{
c++程式設計問題
c++程式設計問題
16樓:渠振鍾離傲冬
#include
using
namespace
std;
bool
prime(int
n,int
m)輸出的「真」和「假」,我是分別用「是互質數」和「不是互質數」代替了。。如果你想改,你可以自行修改。。。。
希望我答案可讓您滿意。。。謝謝。。
17樓:山水阿銳
您好,#include
#include
using namespace std;
int main()
C 程式設計問題,C 程式設計問題
include using namespace std void circle void else break while 1 return 0 c 程式設計,出現2 個無法解析的外部命令,怎麼回事?client.h ifndef client define client include inclu...
c語言程式設計問題,c語言程式設計問題?
1 輸入有範圍,兩個變數輸入都需要驗證,方法變數處置範圍以外,迴圈判斷輸入。2 天數迴圈計數,日期0 6週期自增。用變數累加計數結果。下面是演示 include int main int i,j,a 7,n 366,cnt 0 while a 0 a 6 printf 請輸入a的值 0 6 scan...
C 程式設計。。求助,C 程式設計問題,求助!!!!!
include include include using namespace std typedef struct studentstu void initdata stu s cout 不及格人數有 int main 10分.你太吝嗇了.c 程式設計問題,求助!20 我會也不告訴你!嘻嘻!c 程...