#43129:


yp11351279@yphs.tp.edu.tw (711-44韓沐捷)

學校 : 臺北市私立延平高級中學
編號 : 276832
來源 : [203.72.178.1]
最後登入時間 :
2024-10-17 17:37:27
e834. P1.批發出貨(Wholesale) -- 2019年08月TOI新手同好會 | From: [203.72.178.1] | 發表日期 : 2024-10-17 17:47

#include <iostream>
using namespace std;
int main()
{
    int m,t;
    cin>>m;
    while(cin>>t, t!=0)
    {
        if(t%m==0)
            cout<<t/m<<endl;
        else
            cout<<m-t%m<<endl;
    }
}

 
ZeroJudge Forum