d124. 3的倍数
Tags : 數學
Accepted rate : 5574人/7359人 ( 76% ) [非即時]
評分方式:
Tolerant

最近更新 : 2009-02-04 18:45

Content

20XX年,pascal语言有多了一种新的整型 int128。它能够运算10000位的超大数据。

今天我们的任务就是:输入一个类型为 int128 的数字 n (-10^10001<=n<=10^10001)。

判断它是否为3的倍数。

Input
输入档中有多个数据,每组数据占一行,是输入的数 n 。
Output

输出 n 是否为3的倍数。

若是,输出 yes ;若不是,输出 no 。

Sample Input #1
3
-7
0
Sample Output #1
yes
no
yes
測資資訊:
記憶體限制: 512 MB
公開 測資點#0 (100%): 1.0s , <1M
Hint :

现在可没有int128这种数据类型,可不要这样:

var n : int128;   {pascal}

或 int128 n;  {c} …………

这样你会得到 CE 的!!

Tags:
數學
出處:

Status Forum 排行

ID User Problem Subject Hit Post Date
40471 yp11251273@y ... (704-31張鈞勉) d124
解題思路
4349 2024-05-23 16:55
41309 lbm00138 (類子 小號 很多) d124
解題方法
81 2024-07-16 23:53
41098 712045@st.lt ... (程式餓靈) d124
JAVA解題思路
63 2024-07-03 14:37
34942 yp11151109@y ... (907-33孫兆威) d124
#d124 #cpp #c++
525 2023-04-28 13:34
26455 nancy10133@g ... (Nancy Chang) d124
python
1023 2021-08-07 16:43