結果

問題 No.80 四角形を描こう
ユーザー roiti46roiti46
提出日時 2014-12-17 02:14:09
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 21 bytes
コンパイル時間 151 ms
コンパイル使用メモリ 11,380 KB
実行使用メモリ 15,384 KB
最終ジャッジ日時 2023-09-02 18:30:09
合計ジャッジ時間 1,979 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 86 ms
15,372 KB
testcase_02 WA -
testcase_03 AC 83 ms
15,300 KB
testcase_04 WA -
testcase_05 AC 87 ms
15,168 KB
testcase_06 AC 86 ms
15,180 KB
testcase_07 AC 84 ms
15,384 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 AC 84 ms
15,144 KB
testcase_11 AC 86 ms
15,068 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

p (gets.to_i^1)**2/16
0