討論串[問題] int()的奇怪現象
共 4 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
#include <iostream>. #include <cmath>. #include <string>. using namespace std;. int main(). {. int m, x, y, z;. input:. cout<<"input: ";. cin>>x>>y>>z
(還有249個字)
內容預覽:
#include <stdio.h>. union T. {. double d;. unsigned int i[2];. };. T t;. t.d = (4.0/7)*(pow(y,1.75)-pow(x,1.75))+(8.0/z);. cout<<t.d<<endl<<endl;. pri
(還有642個字)
首頁
上一頁
1
下一頁
尾頁