結果
問題 | No.111 あばばばば |
ユーザー | TANIGUCHI Kousuke |
提出日時 | 2015-05-27 13:21:18 |
言語 | Ruby (3.3.0) |
結果 |
TLE
|
実行時間 | - |
コード長 | 90 bytes |
コンパイル時間 | 215 ms |
コンパイル使用メモリ | 7,424 KB |
実行使用メモリ | 446,112 KB |
最終ジャッジ日時 | 2024-07-06 10:48:46 |
合計ジャッジ時間 | 7,503 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 86 ms
12,032 KB |
testcase_01 | AC | 85 ms
12,160 KB |
testcase_02 | AC | 107 ms
12,544 KB |
testcase_03 | TLE | - |
testcase_04 | -- | - |
testcase_05 | -- | - |
testcase_06 | -- | - |
testcase_07 | -- | - |
testcase_08 | -- | - |
testcase_09 | -- | - |
コンパイルメッセージ
Syntax OK
ソースコード
n = gets.to_i puts (1 .. n / 2).map {|i| 2 * i + 1}.inject(0) {|s, v| s + n - v + 1 }