#37731: 程式碼


yp11251009@yphs.tp.edu.tw (701-24林秉弘(百花撩亂))

學校 : 臺北市私立延平高級中學
編號 : 237272
來源 : [203.72.178.1]
最後登入時間 :
2024-05-02 17:36:13
a149. 乘乘樂 | From: [203.72.178.1] | 發表日期 : 2023-10-03 17:10

給學生
#include<iostream>
using namespace std;
int main()
{
    int a,b,c;
    cin>>a;
    while(a--)
    {
    cin>>b;
    int total=1;
    if(b!=0) while(b!=0) {c=b%10; totle*=c; b/=10;}
    else totle=0;
    cout<<totle<<endl;
}
}
 
ZeroJudge Forum