提出 #157122
ソースコード 拡げる
if input() % 3 == 0:
return "YES"
else:
return "NO"
提出情報
| 提出日時 | |
|---|---|
| 問題 | A - 世界のFizzBuzz |
| ユーザ | kakakaya |
| 言語 | Python (2.7.3) |
| 得点 | 0 |
| コード長 | 62 Byte |
| 結果 | RE |
| 実行時間 | 123 ms |
| メモリ | 8116 KiB |
ジャッジ結果
| セット名 | All | ||
|---|---|---|---|
| 得点 / 配点 | 0 / 100 | ||
| 結果 |
|
| セット名 | テストケース |
|---|---|
| All | test_1.txt, test_2.txt, test_3.txt, test_4.txt, test_5.txt, test_6.txt, test_7.txt, test_8.txt, test_9.txt |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| sample_01.txt | RE | 123 ms | 8112 KiB |
| sample_02.txt | RE | 114 ms | 8108 KiB |
| sample_03.txt | RE | 115 ms | 8064 KiB |
| test_1.txt | RE | 115 ms | 8116 KiB |
| test_2.txt | RE | 112 ms | 8112 KiB |
| test_3.txt | RE | 116 ms | 8044 KiB |
| test_4.txt | RE | 110 ms | 8112 KiB |
| test_5.txt | RE | 116 ms | 8116 KiB |
| test_6.txt | RE | 113 ms | 8108 KiB |
| test_7.txt | RE | 115 ms | 8112 KiB |
| test_8.txt | RE | 116 ms | 8112 KiB |
| test_9.txt | RE | 111 ms | 8116 KiB |