結果
問題 | No.975 ミスターマックスバリュ |
ユーザー | Takayuki Hirota |
提出日時 | 2020-12-15 12:34:47 |
言語 | PyPy3 (7.3.15) |
結果 |
RE
|
実行時間 | - |
コード長 | 185 bytes |
コンパイル時間 | 232 ms |
コンパイル使用メモリ | 82,436 KB |
実行使用メモリ | 74,460 KB |
最終ジャッジ日時 | 2024-09-20 01:36:56 |
合計ジャッジ時間 | 1,323 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | AC | 37 ms
52,532 KB |
testcase_03 | AC | 36 ms
52,200 KB |
testcase_04 | RE | - |
testcase_05 | RE | - |
testcase_06 | RE | - |
testcase_07 | RE | - |
testcase_08 | RE | - |
testcase_09 | AC | 38 ms
52,584 KB |
testcase_10 | AC | 36 ms
52,292 KB |
ソースコード
f=lambda:map(int,input().split()) x,n,m=f() a=f() b=f() ans=['MrMax','MaxValu','MrMaxValu','-1'] print(ans[2] if x in a and x in b else ans[0] if x in a else ans[1] if x in b else a[3])