結果

問題 No.369 足し間違い
ユーザー tailstails
提出日時 2017-07-11 17:34:47
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 383 ms / 2,000 ms
コード長 26 bytes
コンパイル時間 410 ms
コンパイル使用メモリ 119,996 KB
実行使用メモリ 134,028 KB
最終ジャッジ日時 2023-08-16 04:08:31
合計ジャッジ時間 4,253 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 339 ms
123,216 KB
testcase_01 AC 343 ms
123,208 KB
testcase_02 AC 339 ms
123,092 KB
testcase_03 AC 346 ms
123,392 KB
testcase_04 AC 383 ms
133,828 KB
testcase_05 AC 370 ms
131,636 KB
testcase_06 AC 371 ms
134,028 KB
testcase_07 AC 369 ms
133,772 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;say sum(get.words)-get
0