a645: 10929 - You can say 11
Tags :
Accepted rate : 103人/113人 ( 91% ) [非即時]
評分方式:
Tolerant

最近更新 : 2022-03-04 01:08

Content

你的任務是,給你一個正整數 N,判定它是否是 11 的倍數。

Input

每列資料有一個正整數N,N 最大可能到 1000 位數。

若 N = 0 代表輸入結束

Output

對每個輸入的數,輸出是否為 11 的倍數。輸出格式請參考 Sample Output。

Sample Input #1
112233
30800
2937
323455693
5038297
112234
0
Sample Output #1
112233 is a multiple of 11.
30800 is a multiple of 11.
2937 is a multiple of 11.
323455693 is a multiple of 11.
5038297 is a multiple of 11.
112234 is not a multiple of 11.
測資資訊:
記憶體限制: 64 MB
公開 測資點#0 (100%): 1.0s , <1K
Hint :
Tags:
出處:
[管理者:
admin (Judge)
]


ID User Problem Subject Hit Post Date
沒有發現任何「解題報告」