結果

問題 No.480 合計
ユーザー 094094
提出日時 2021-05-11 20:16:38
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 345 ms / 2,000 ms
コード長 22 bytes
コンパイル時間 2,069 ms
コンパイル使用メモリ 136,112 KB
実行使用メモリ 144,328 KB
最終ジャッジ日時 2024-09-22 03:44:59
合計ジャッジ時間 10,424 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 333 ms
144,188 KB
testcase_01 AC 329 ms
144,192 KB
testcase_02 AC 329 ms
144,196 KB
testcase_03 AC 331 ms
144,200 KB
testcase_04 AC 328 ms
144,072 KB
testcase_05 AC 330 ms
143,936 KB
testcase_06 AC 326 ms
144,068 KB
testcase_07 AC 332 ms
143,936 KB
testcase_08 AC 328 ms
143,940 KB
testcase_09 AC 332 ms
144,196 KB
testcase_10 AC 328 ms
143,948 KB
testcase_11 AC 330 ms
144,196 KB
testcase_12 AC 326 ms
144,068 KB
testcase_13 AC 327 ms
144,060 KB
testcase_14 AC 331 ms
143,944 KB
testcase_15 AC 332 ms
144,328 KB
testcase_16 AC 330 ms
143,940 KB
testcase_17 AC 330 ms
143,936 KB
testcase_18 AC 345 ms
143,960 KB
testcase_19 AC 329 ms
143,940 KB
testcase_20 AC 331 ms
143,936 KB
testcase_21 AC 332 ms
143,808 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$_=get;say $_*($_+1)/2
0