結果

問題 No.185 和風
ユーザー harurunharurun
提出日時 2022-03-07 03:20:50
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 28 ms / 1,000 ms
コード長 109 bytes
コンパイル時間 105 ms
コンパイル使用メモリ 10,492 KB
実行使用メモリ 7,888 KB
最終ジャッジ日時 2023-09-28 20:25:25
合計ジャッジ時間 998 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 22 ms
7,840 KB
testcase_01 AC 26 ms
7,852 KB
testcase_02 AC 27 ms
7,824 KB
testcase_03 AC 27 ms
7,888 KB
testcase_04 AC 27 ms
7,768 KB
testcase_05 AC 17 ms
7,832 KB
testcase_06 AC 28 ms
7,856 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.py:1: SyntaxWarning: invalid decimal literal
  s=list(set(-eval(input().replace(" ","-"))for i in [0]*int(input())));print(s[0]if s[0]>0 and len(s)<2else-1)

ソースコード

diff #

s=list(set(-eval(input().replace(" ","-"))for i in [0]*int(input())));print(s[0]if s[0]>0 and len(s)<2else-1)
0