結果
| 問題 |
No.383 レーティング
|
| コンテスト | |
| ユーザー |
nobigomu
|
| 提出日時 | 2018-04-30 12:36:28 |
| 言語 | Lua (LuaJit 2.1.1734355927) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 2,000 ms |
| コード長 | 115 bytes |
| コンパイル時間 | 39 ms |
| コンパイル使用メモリ | 6,816 KB |
| 実行使用メモリ | 6,944 KB |
| 最終ジャッジ日時 | 2024-06-27 23:51:31 |
| 合計ジャッジ時間 | 747 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 14 |
ソースコード
print((function (a, b)
return b-a<=0 and b-a or "+"..tostring(b-a)
end)(io.stdin:read("*n"), io.stdin:read("*n")))
nobigomu