結果

問題 No.1119 Division 3
ユーザー harurunharurun
提出日時 2021-02-05 01:27:02
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 401 ms / 1,000 ms
コード長 85 bytes
コンパイル時間 98 ms
コンパイル使用メモリ 10,728 KB
実行使用メモリ 48,592 KB
最終ジャッジ日時 2023-09-13 21:49:05
合計ジャッジ時間 6,384 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 401 ms
29,588 KB
testcase_01 AC 133 ms
29,632 KB
testcase_02 AC 133 ms
29,684 KB
testcase_03 AC 132 ms
29,692 KB
testcase_04 AC 132 ms
29,664 KB
testcase_05 AC 134 ms
29,692 KB
testcase_06 AC 134 ms
29,576 KB
testcase_07 AC 133 ms
29,640 KB
testcase_08 AC 131 ms
29,600 KB
testcase_09 AC 133 ms
29,668 KB
testcase_10 AC 135 ms
29,592 KB
testcase_11 AC 136 ms
29,592 KB
testcase_12 AC 135 ms
29,708 KB
testcase_13 AC 132 ms
29,624 KB
testcase_14 AC 136 ms
29,656 KB
testcase_15 AC 133 ms
29,668 KB
testcase_16 AC 133 ms
29,624 KB
testcase_17 AC 135 ms
48,592 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.py:1: SyntaxWarning: invalid decimal literal
  import numpy;print("Yes"if 0in numpy.array(list(map(int,input().split())))%3else"No")
Main.py:1: SyntaxWarning: invalid decimal literal
  import numpy;print("Yes"if 0in numpy.array(list(map(int,input().split())))%3else"No")

ソースコード

diff #

import numpy;print("Yes"if 0in numpy.array(list(map(int,input().split())))%3else"No")
0