#37737: 彳亍口巴


yp11251123@yphs.tp.edu.tw (704-39黃楷博)

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

#include<iostream>
using namespace std;
int main()
{   
    int t,n,temp;
    cin>>t;
    while(t--)
    {
            cin>>n;
            int total=1;
            if(n!=0) while(n!=0) {temp=n%10; total*=temp; n/=10;}
            else total=0;
            cout<<total<<endl;
    }
    return 0;
    }

 
#37739: Re: 彳亍口巴


yp11251123@yphs.tp.edu.tw (704-39黃楷博)

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

.

 
ZeroJudge Forum