結果
問題 |
No.851 テストケース
|
ユーザー |
![]() |
提出日時 | 2019-07-30 16:39:03 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 164 bytes |
コンパイル時間 | 126 ms |
コンパイル使用メモリ | 12,544 KB |
実行使用メモリ | 10,880 KB |
最終ジャッジ日時 | 2024-07-05 00:18:17 |
合計ジャッジ時間 | 1,553 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 1 RE * 2 |
other | WA * 2 RE * 18 |
ソースコード
N = int(input()) a = [int(i) for i in input().split()] if a.__len__() > 1: print("assert") else: a.append(int(input().split())) a.sort() print(a[1])