結果

問題 No.369 足し間違い
ユーザー tailstails
提出日時 2017-07-11 17:34:47
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 331 ms / 2,000 ms
コード長 26 bytes
コンパイル時間 251 ms
コンパイル使用メモリ 134,276 KB
実行使用メモリ 140,792 KB
最終ジャッジ日時 2024-11-24 13:54:28
合計ジャッジ時間 3,432 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 297 ms
140,004 KB
testcase_01 AC 295 ms
139,764 KB
testcase_02 AC 293 ms
139,848 KB
testcase_03 AC 305 ms
139,872 KB
testcase_04 AC 317 ms
140,516 KB
testcase_05 AC 298 ms
140,128 KB
testcase_06 AC 331 ms
140,772 KB
testcase_07 AC 312 ms
140,792 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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