原帖由 JulyAngel 于 2009-4-18 07:29 PM 发表
我也有一題想問 知道為什麼麻煩告訴我
float a = 0.1;
float b = 0.2;
float c = 0.3;
為什麼c>a+b?em0010
c的數目為什麼會大過a+b?
這樣有比較清楚嗎
原帖由 JulyAngel 于 2009-4-19 12:08 AM 发表
其實很短....
例子1:
#include
using namespace std;
int main(){
float a = 0.1;
float b = 0.2;
float c = 0.3;
if(c>a+b)cout
原帖由 fuiyooo 于 2009-4-19 10:19 PM 发表
#include
#include
#include
int main(void)
{ char choice,ch;
int a,b,c;
int answer;
b=0;
c=100;
srand(time(NULL));
s3: answer =(rand()%10 ...
欢迎光临 JBTALKS.CC (https://jbtalks.my/) | Powered by Discuz! X2.5 |