結果

問題 No.80 四角形を描こう
ユーザー letrangerjpletrangerjp
提出日時 2017-10-21 16:26:17
言語 Ruby
(3.3.0)
結果
AC  
実行時間 81 ms / 5,000 ms
コード長 27 bytes
コンパイル時間 143 ms
コンパイル使用メモリ 11,184 KB
実行使用メモリ 15,260 KB
最終ジャッジ日時 2023-08-13 16:29:18
合計ジャッジ時間 1,914 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 78 ms
15,260 KB
testcase_01 AC 78 ms
15,088 KB
testcase_02 AC 78 ms
15,224 KB
testcase_03 AC 77 ms
15,068 KB
testcase_04 AC 78 ms
15,236 KB
testcase_05 AC 81 ms
15,124 KB
testcase_06 AC 77 ms
15,024 KB
testcase_07 AC 78 ms
15,048 KB
testcase_08 AC 78 ms
15,004 KB
testcase_09 AC 79 ms
15,132 KB
testcase_10 AC 78 ms
15,116 KB
testcase_11 AC 78 ms
15,124 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

M=gets.to_i/2
p M/2*(-~M/2)
0