結果
問題 |
No.687 E869120 and Constructing Array 1
|
ユーザー |
👑 |
提出日時 | 2019-03-29 17:50:24 |
言語 | Lua (LuaJit 2.1.1734355927) |
結果 |
AC
|
実行時間 | 2 ms / 1,000 ms |
コード長 | 84 bytes |
コンパイル時間 | 423 ms |
コンパイル使用メモリ | 6,948 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-11-07 01:20:27 |
合計ジャッジ時間 | 719 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 6 |
ソースコード
n = io.read("*n") a = math.floor(n / 2) io.write(string.format("%d %d\n", a, n - a))