結果
問題 | No.1893 Cycle |
ユーザー |
![]() |
提出日時 | 2023-10-12 21:29:43 |
言語 | Nim (2.2.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 174 bytes |
コンパイル時間 | 4,194 ms |
コンパイル使用メモリ | 61,184 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-09-14 19:47:26 |
合計ジャッジ時間 | 3,441 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 21 |
ソースコード
import strscanslet(_, x, y) = stdin.readAll.scanTuple"$i $i"a = min(x, y) - 4b = max(x, y) + 4c = (x + y) div 2echo:if a >= 0: aelif b < 12: belse: c