結果

問題 No.1717 Levi-Civita Triangle
ユーザー zkouzkou
提出日時 2021-08-04 21:20:23
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
WA  
実行時間 -
コード長 82 bytes
コンパイル時間 278 ms
コンパイル使用メモリ 11,768 KB
実行使用メモリ 13,576 KB
最終ジャッジ日時 2023-10-24 11:24:54
合計ジャッジ時間 3,291 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 28 ms
10,056 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 AC 29 ms
10,056 KB
testcase_14 WA -
testcase_15 WA -
testcase_16 AC 31 ms
10,272 KB
testcase_17 WA -
testcase_18 WA -
testcase_19 AC 27 ms
10,056 KB
testcase_20 AC 28 ms
10,064 KB
testcase_21 AC 30 ms
10,160 KB
testcase_22 WA -
testcase_23 AC 28 ms
10,056 KB
testcase_24 WA -
testcase_25 WA -
testcase_26 AC 28 ms
10,140 KB
testcase_27 WA -
testcase_28 WA -
testcase_29 WA -
testcase_30 AC 28 ms
10,080 KB
testcase_31 AC 29 ms
10,200 KB
testcase_32 AC 53 ms
13,432 KB
testcase_33 AC 60 ms
13,524 KB
testcase_34 WA -
testcase_35 AC 59 ms
13,524 KB
testcase_36 WA -
testcase_37 AC 59 ms
13,524 KB
testcase_38 WA -
testcase_39 AC 59 ms
13,524 KB
testcase_40 WA -
testcase_41 AC 60 ms
13,524 KB
testcase_42 WA -
testcase_43 AC 60 ms
13,524 KB
testcase_44 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

# 入力時間 計測用

int(input())
list(map(int, input().split()))

print(1)
0