結果
問題 |
No.9001 標準入出力の練習問題(テスト用)
|
ユーザー |
|
提出日時 | 2017-09-24 00:07:49 |
言語 | Lua (LuaJit 2.1.1734355927) |
結果 |
AC
|
実行時間 | 1 ms / 1,000 ms |
コード長 | 97 bytes |
コンパイル時間 | 254 ms |
コンパイル使用メモリ | 6,948 KB |
実行使用メモリ | 6,816 KB |
最終ジャッジ日時 | 2024-11-14 05:44:41 |
合計ジャッジ時間 | 453 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 2 |
ソースコード
a = io.read("*n") b = io.read("*n") io.read() s = io.read() print(string.format("%d %s", a+b, s))