結果
| 問題 | No.485 方程式のお勉強 |
| コンテスト | |
| ユーザー |
nobigomu
|
| 提出日時 | 2018-04-30 11:50:37 |
| 言語 | Lua (LuaJit 2.1.1767980792) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 2,000 ms |
| コード長 | 121 bytes |
| 記録 | |
| コンパイル時間 | 259 ms |
| コンパイル使用メモリ | 6,528 KB |
| 実行使用メモリ | 6,272 KB |
| 最終ジャッジ日時 | 2026-03-16 06:17:18 |
| 合計ジャッジ時間 | 1,403 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 4 |
| other | AC * 13 |
ソースコード
print((function (f, a, b)
return f(b/a)==b/a and b/a or "NO"
end)(math.floor, io.stdin:read("*n"), io.stdin:read("*n")))
nobigomu