0 like 0 dislike
1.3k views
請設計一個程式,由使用者輸入一個二進位的數,程式會將他轉成十進位後輸出。

sample input:

10101010

sample output

170
[Exercise] Coding (C) - asked in 2016-1 程式設計(一)AD by (18k points)
ID: 15398 - Available when: 2016-10-27 18:30:00 - Due to: 2016-10-27 21:00:00

reshown by | 1.3k views

3 Answers

0 like 0 dislike
Hidden content!
#include ** ** * **

#include ** ******* * *



int main(void)

{
* * * * * * ** * * i, n;
* **** ** * * * **** ** ** * &n);
* ** * * * * (i = 16; i; i >>= 1)
***** ***** * ****
** ***** **** *** * **** * ** * * * * & n ? **** * * * : * *** ****
* * * ******* * *** * *** *
* * * * * * **** *** * *** * **




* * *** ** * * * * ** 0;

}
answered by (56 points)
0 like 0 dislike
Hidden content!
** * ** * ** ***

int main()

{
* ** ** ** *** ** i;
* * * * * * * ** * ***** * * &i);
*** * ** * ** * ** *** * * * *

}
answered by (-94 points)
0 like 0 dislike
Hidden content!
#include <stdio.h>

#include <stdlib.h>



int main()

{
** * * * * n = 0 , i = 0 , j = 0 ;
* * * ******** ** ***** ** ** * *** ** *** *

    
** ** * * *** * * j = n ; j > 0 ; j /= 10 )
* * * * **** **** ** * ** * *** ** *** ** ** * * **
********* *** **
** * ***** * * * ** * * a[i] , k = 0;
** * * * ** *** ** **
******** ** *** **** ** j = n ; j > 0 ; j /= 10 )
*** ** ** ****** * ** **
*** * ** * ** * **** * * ** * * *** * * * * *** ** ** = j % 10;
* ** * * ** ** * * * * * * * **** * * ***
* * * *** *** ** *** ** *
** * *** *** * ** * *
*** **** ****** *** *** k = k - 1; k >=0 ; k-- )
** * * * * * * ****
** * ** * ** ** *** * * ** * ** * **  i = k ; i > 0 ; i-- )
* **** * * *** * ***** ** * *** * ** * *** * **** * ** * ** * *** * ** *= 2;
***** *** ** *** ** * * ** ** * *** * * *
* * * * ** * * ** ** ***** * ** **** ** * * ** * *** * += a[k] ;
* ** ** * **** * * *
******* **** ** *** ** * * *** ** * *
** ** ** * ** ** * * * * ** *** * ** *
* ** * ** * **** * * * ** * 0;

}
answered by (-162 points)
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:162.159.115.31
©2016-2026

Related questions

0 like 0 dislike
5 answers
[Exercise] Coding (C) - asked Oct 27, 2016 in 2016-1 程式設計(一)AD by Shun-Po (18k points)
ID: 15448 - Available when: 2016-10-27 18:30:00 - Due to: 2016-10-27 21:00:00
| 1.4k views
0 like 0 dislike
33 answers
[Exercise] Coding (C) - asked Oct 27, 2016 in 2016-1 程式設計(一)AD by Shun-Po (18k points)
ID: 15445 - Available when: 2016-10-27 18:30:00 - Due to: 2016-10-27 21:00:00
| 5.1k views
0 like 0 dislike
11 answers
[Exercise] Coding (C) - asked Oct 27, 2016 in 2016-1 程式設計(一)AD by Shun-Po (18k points)
ID: 15441 - Available when: 2016-10-27 18:30:00 - Due to: 2016-10-27 21:00:00
| 2.8k views
0 like 0 dislike
73 answers
[Exercise] Coding (C) - asked Oct 27, 2016 in 2016-1 程式設計(一)AD by Shun-Po (18k points)
ID: 15439 - Available when: 2016-10-27 18:30:00 - Due to: 2016-10-27 21:00:00
| 9.3k views
0 like 0 dislike
41 answers
[Exercise] Coding (C) - asked Oct 27, 2016 in 2016-1 程式設計(一)AD by Shun-Po (18k points)
ID: 15427 - Available when: 2016-10-27 18:30:00 - Due to: 2016-10-27 21:00:00
| 6.2k views
12,783 questions
183,442 answers
172,219 comments
4,824 users