結果
問題 | No.1175 Simultaneous Equations |
ユーザー |
👑 |
提出日時 | 2020-08-30 19:05:51 |
言語 | Lua (LuaJit 2.1.1734355927) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 159 bytes |
コンパイル時間 | 242 ms |
コンパイル使用メモリ | 7,076 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-11-15 15:13:01 |
合計ジャッジ時間 | 942 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 11 |
ソースコード
a, b, c = io.read("*n", "*n", "*n")d, e, f = io.read("*n", "*n", "*n")g = a * e - b * dx = (e * c - b * f) / gy = (-d * c + a * f) / gprint(x .. " " .. y)