討論串[問題] 一題C語言
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓3(3推 0噓 4→)留言7則,0人參與, 最新作者supercygnus (......)時間13年前 (2011/03/24 18:44), 編輯資訊
0
0
0
內容預覽:
include<stdlib.h>. include<stdio.h>. int main(void){. int x=1;. printf("%d\n",x&-x);. system("pause");. return 0;. }. 這題輸出的結果是1. 但是要怎麼算的算出1. &是and運算,1

推噓4(6推 2噓 14→)留言22則,0人參與, 最新作者supercygnus (......)時間13年前 (2011/03/29 18:13), 編輯資訊
0
0
0
內容預覽:
#include<iostream.h>. #include<conio.h>. #include<math.h>. #include<iomanip.h>. int main(void){. int a[4]][5];. int i,j,c;. cout<<"輸入 C=";. cin>>c;. f
(還有228個字)
首頁
上一頁
1
下一頁
尾頁