Submission #00191


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#include <bits/stdc++.h>
using namespace std;
//  / ̄\
// ○ / ̄ ̄ ̄\ヘ
//   /・  ・  \>
// / ̄ ̄ ̄\   V|
// | ――― |  ||
// \___/   ∧|
//   \    /〉
//     ̄ ̄ ̄ ̄ ̄
//   ヽ(´・ω・)ノ
//     |  /
//     UU
// うっせぇ、アンコウ投げんぞ!
int main() {
char buff[ 256 ];
scanf("%s", buff);
int n;
int flg = 0;
sscanf(buff, "%d", &n);
if (n % 3 == 0) {
cout << "Yes" << '\n';
} else {
for (int i = 0; i < strlen(buff); i++) {
if (buff[ i ] == '3') {
flg = 1;
break;
}
}
if (flg == 0) {
cout << "No" << '\n';
} else {
cout << "Yes" << '\n';
}
}
return (0);
}

ステータス

項目 データ
問題 0006 - ナベアツ
ユーザー名 冗長軍団
投稿日時 2021-09-16 18:33:03
言語 C++17
状態 Accepted
得点 100
ソースコード長 778 Byte
最大実行時間 28 ms
最大メモリ使用量 760 KB

セット

セット 得点 Cases
1 ALL 100 / 100 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
sample01.txt AC 28 ms 476 KB
1
sample02.txt AC 23 ms 580 KB
1
sample03.txt AC 20 ms 424 KB
1
test01.txt AC 25 ms 524 KB
1
test02.txt AC 20 ms 368 KB
1
test03.txt AC 20 ms 464 KB
1
test04.txt AC 20 ms 560 KB
1
test05.txt AC 16 ms 532 KB
1
test06.txt AC 16 ms 508 KB
1
test07.txt AC 24 ms 608 KB
1
test08.txt AC 25 ms 576 KB
1
test09.txt AC 22 ms 548 KB
1
test10.txt AC 26 ms 516 KB
1
test11.txt AC 21 ms 736 KB
1
test12.txt AC 17 ms 708 KB
1
test13.txt AC 24 ms 548 KB
1
test14.txt AC 18 ms 644 KB
1
test15.txt AC 21 ms 616 KB
1
test16.txt AC 23 ms 460 KB
1
test17.txt AC 22 ms 684 KB
1
test18.txt AC 15 ms 656 KB
1
test19.txt AC 18 ms 628 KB
1
test20.txt AC 24 ms 728 KB
1
test21.txt AC 17 ms 696 KB
1
test22.txt AC 17 ms 668 KB
1
test23.txt AC 20 ms 644 KB
1
test24.txt AC 19 ms 616 KB
1
test25.txt AC 22 ms 584 KB
1
test26.txt AC 18 ms 684 KB
1
test27.txt AC 16 ms 652 KB
1
test28.txt AC 17 ms 752 KB
1
test29.txt AC 21 ms 596 KB
1
test30.txt AC 23 ms 696 KB
1
test31.txt AC 22 ms 664 KB
1
test32.txt AC 27 ms 760 KB
1
test33.txt AC 15 ms 604 KB
1
test34.txt AC 23 ms 576 KB
1
test35.txt AC 20 ms 676 KB
1
test36.txt AC 23 ms 644 KB
1
test37.txt AC 19 ms 612 KB
1
test38.txt AC 21 ms 716 KB
1
test39.txt AC 21 ms 560 KB
1
test40.txt AC 26 ms 660 KB
1
test41.txt AC 24 ms 636 KB
1
test42.txt AC 20 ms 604 KB
1
test43.txt AC 20 ms 580 KB
1
test44.txt AC 19 ms 676 KB
1
test45.txt AC 18 ms 648 KB
1
test46.txt AC 19 ms 620 KB
1
test47.txt AC 19 ms 592 KB
1
test48.txt AC 15 ms 696 KB
1
test49.txt AC 22 ms 536 KB
1
test50.txt AC 23 ms 640 KB
1