#43126: 8787


yp11351100@yphs.tp.edu.tw (701裡最聰明的辣個人)

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

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

 
ZeroJudge Forum