提出 #2040155


ソースコード 拡げる

def main():
  
  x, y = list(map(int, input().split(' ')))
  if x > y:
    print(x)
  else:
    print(y)

if __name__ == '__main__':
  main()

提出情報

提出日時
問題 A - 正直者
ユーザ ykore52
言語 Python (3.4.3)
得点 100
コード長 150 Byte
結果 AC
実行時間 17 ms
メモリ 2940 KiB

ジャッジ結果

セット名 all
得点 / 配点 100 / 100
結果
AC × 27
セット名 テストケース
all 00_sample_01.txt, 00_sample_02.txt, kensho_diff01, kensho_diff02, kensho_diff03, kensho_diff04, kensho_diff05, kensho_min-max01, kensho_min-max02, kensho_min-max03, kensho_min-max04, kensho_min-max05, kensho_min-max06, kensho_min-max07, kensho_min-max08, kensho_min-max09, kensho_min-max10, kensho_rand01, kensho_rand02, kensho_rand03, kensho_rand04, kensho_rand05, kensho_rand06, kensho_rand07, kensho_rand08, kensho_rand09, kensho_rand10
ケース名 結果 実行時間 メモリ
00_sample_01.txt AC 17 ms 2940 KiB
00_sample_02.txt AC 17 ms 2940 KiB
kensho_diff01 AC 17 ms 2940 KiB
kensho_diff02 AC 17 ms 2940 KiB
kensho_diff03 AC 17 ms 2940 KiB
kensho_diff04 AC 17 ms 2940 KiB
kensho_diff05 AC 17 ms 2940 KiB
kensho_min-max01 AC 17 ms 2940 KiB
kensho_min-max02 AC 17 ms 2940 KiB
kensho_min-max03 AC 17 ms 2940 KiB
kensho_min-max04 AC 17 ms 2940 KiB
kensho_min-max05 AC 17 ms 2940 KiB
kensho_min-max06 AC 17 ms 2940 KiB
kensho_min-max07 AC 17 ms 2940 KiB
kensho_min-max08 AC 17 ms 2940 KiB
kensho_min-max09 AC 17 ms 2940 KiB
kensho_min-max10 AC 17 ms 2940 KiB
kensho_rand01 AC 17 ms 2940 KiB
kensho_rand02 AC 17 ms 2940 KiB
kensho_rand03 AC 17 ms 2940 KiB
kensho_rand04 AC 17 ms 2940 KiB
kensho_rand05 AC 17 ms 2940 KiB
kensho_rand06 AC 17 ms 2940 KiB
kensho_rand07 AC 17 ms 2940 KiB
kensho_rand08 AC 17 ms 2940 KiB
kensho_rand09 AC 17 ms 2940 KiB
kensho_rand10 AC 17 ms 2940 KiB