結果
問題 | No.1850 Rewrite Product |
ユーザー |
👑 |
提出日時 | 2022-03-07 11:50:36 |
言語 | Lua (LuaJit 2.1.1734355927) |
結果 |
AC
|
実行時間 | 105 ms / 2,000 ms |
コード長 | 152 bytes |
コンパイル時間 | 92 ms |
コンパイル使用メモリ | 5,248 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-07-22 05:33:46 |
合計ジャッジ時間 | 649 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 |
other | AC * 1 |
ソースコード
local q = io.read("*n")for iq = 1, q dolocal x, y = io.read("*n", "*n")if y <= x or 4 < x thenprint("Yes")elseprint("No")endend