結果

問題 No.1640 簡単な色塗り
ユーザー ansainansain
提出日時 2021-08-06 22:39:50
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
WA  
実行時間 -
コード長 70 bytes
コンパイル時間 313 ms
コンパイル使用メモリ 10,632 KB
実行使用メモリ 8,008 KB
最終ジャッジ日時 2023-09-12 02:40:15
合計ジャッジ時間 7,275 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 16 ms
7,964 KB
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 AC 16 ms
7,780 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 WA -
testcase_24 WA -
testcase_25 WA -
testcase_26 WA -
testcase_27 WA -
testcase_28 WA -
testcase_29 WA -
testcase_30 AC 16 ms
7,904 KB
testcase_31 AC 16 ms
7,820 KB
testcase_32 AC 16 ms
7,964 KB
testcase_33 AC 16 ms
7,844 KB
testcase_34 AC 16 ms
7,996 KB
testcase_35 AC 16 ms
7,864 KB
testcase_36 AC 15 ms
7,848 KB
testcase_37 AC 16 ms
7,820 KB
testcase_38 AC 17 ms
7,820 KB
testcase_39 AC 16 ms
7,856 KB
testcase_40 AC 16 ms
7,856 KB
testcase_41 AC 16 ms
7,856 KB
testcase_42 AC 16 ms
7,900 KB
testcase_43 AC 16 ms
7,852 KB
testcase_44 AC 16 ms
7,860 KB
testcase_45 AC 16 ms
7,848 KB
testcase_46 AC 16 ms
7,912 KB
testcase_47 AC 16 ms
7,816 KB
testcase_48 AC 15 ms
7,988 KB
testcase_49 AC 16 ms
7,820 KB
testcase_50 AC 16 ms
7,864 KB
testcase_51 WA -
testcase_52 WA -
testcase_53 WA -
07_evil_01.txt WA -
07_evil_02.txt WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

def yn(hantei, yes='Yes', no='No'): print(yes if hantei else no)
yn(0)
0