結果
問題 | No.3064 Speedrun (Easy) |
ユーザー |
👑 |
提出日時 | 2025-05-10 13:41:33 |
言語 | Lua (LuaJit 2.1.1734355927) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 167 bytes |
コンパイル時間 | 325 ms |
コンパイル使用メモリ | 8,100 KB |
実行使用メモリ | 7,844 KB |
最終ジャッジ日時 | 2025-05-10 13:41:34 |
合計ジャッジ時間 | 1,331 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 11 |
ソースコード
a, b, c, d = io.read("*n", "*n", "*n", "*n") p, q, r, s = io.read("*n", "*n", "*n", "*n") t = io.read("*n") print(a * p + b * q + c * r + d * s <= t and "Yes" or "No")