結果

問題 No.851 テストケース
ユーザー kawacchu
提出日時 2019-07-26 21:25:07
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
RE  
実行時間 -
コード長 287 bytes
コンパイル時間 131 ms
コンパイル使用メモリ 12,544 KB
実行使用メモリ 10,752 KB
最終ジャッジ日時 2024-07-02 06:35:23
合計ジャッジ時間 1,405 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1 RE * 2
other AC * 2 WA * 17 RE * 1
権限があれば一括ダウンロードができます

ソースコード

diff #

N = int(input())
a0 = input()
if len(a0) > 1 :
    print('"assert"')
else :
    a0 = int(a0)
    a1 = int(input())
    a2 = int(input())
    
    A = [a0,a1,a2]

    B = []
    for i in range(2) :
        for j in range(i+1,3) :
            B.append(x+y)
    B.sort()
    print(B[-2])


0