結果

問題 No.71 そろばん
ユーザー cielciel
提出日時 2014-12-17 00:47:53
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 30 bytes
コンパイル時間 102 ms
コンパイル使用メモリ 5,372 KB
実行使用メモリ 4,764 KB
最終ジャッジ日時 2023-09-02 15:49:44
合計ジャッジ時間 1,142 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 3 ms
4,380 KB
testcase_03 AC 3 ms
4,536 KB
testcase_04 AC 3 ms
4,468 KB
testcase_05 AC 3 ms
4,548 KB
testcase_06 WA -
testcase_07 AC 2 ms
4,468 KB
testcase_08 WA -
testcase_09 AC 2 ms
4,528 KB
testcase_10 AC 2 ms
4,380 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 AC 3 ms
4,512 KB
testcase_17 WA -
testcase_18 AC 2 ms
4,488 KB
testcase_19 AC 2 ms
4,504 KB
testcase_20 AC 2 ms
4,520 KB
testcase_21 AC 3 ms
4,488 KB
testcase_22 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$n=<>;print $n*$n/2+$n-$n*$n/4
0