Toggle navigation
Courses
Questions
Tags
Users
Coding (Chinese: basic #1)
2
like
0
dislike
678
views
寫一個程式讀入三個整數,計算並輸出他們的連續乘積。
Sample Input:
1 2 3
Sample Output:
6
參考書籍:由片語學習C程式設計
basic
coding
chinese
[Normal]
Coding (C)
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21766 -
Available when:
Unlimited
-
Due to:
Unlimited
edited
Jan 18, 2017
by
The Contributor
|
678
views
comment
Please
log in
or
register
to add a comment.
2
Answers
0
like
0
dislike
Hidden content!* ** ** * * * * * *
***** * ** * std;
int main()
{
* *** * * * **** * * * * num1, * * mult;
* * * * * * * * * * * ** * * num1 ** * ** num2 ** * *** * num3;
** ** * * * * *** * * = * ** *
* * * * **** * * * * * *** ** * *** ** *** * mult;
}
answered
Jan 18, 2017
by
The Contributor
(
20.9k
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!