結果

問題 No.1699 Unfair RPS
ユーザー harurunharurun
提出日時 2021-09-14 13:52:44
言語 Scheme
(Gauche-0.9.14)
結果
AC  
実行時間 17 ms / 2,000 ms
コード長 66 bytes
コンパイル時間 50 ms
コンパイル使用メモリ 5,216 KB
実行使用メモリ 11,788 KB
最終ジャッジ日時 2023-09-30 09:33:36
合計ジャッジ時間 1,057 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 17 ms
11,668 KB
testcase_01 AC 15 ms
11,568 KB
testcase_02 AC 14 ms
11,692 KB
testcase_03 AC 14 ms
11,596 KB
testcase_04 AC 14 ms
11,524 KB
testcase_05 AC 14 ms
11,596 KB
testcase_06 AC 16 ms
11,788 KB
testcase_07 AC 14 ms
11,516 KB
testcase_08 AC 14 ms
11,524 KB
testcase_09 AC 15 ms
11,600 KB
testcase_10 AC 14 ms
11,768 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

(
  print(
    if (zero? (-(read)(read)))
    "Yes"
    "No"
  )
)
0