結果

問題 No.9001 標準入出力の練習問題(テスト用)
ユーザー nohopennohopen
提出日時 2019-02-09 07:15:56
言語 Scheme
(Gauche-0.9.14)
結果
AC  
実行時間 16 ms / 1,000 ms
コード長 110 bytes
コンパイル時間 51 ms
コンパイル使用メモリ 5,332 KB
実行使用メモリ 11,868 KB
最終ジャッジ日時 2023-09-14 04:06:19
合計ジャッジ時間 860 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 16 ms
11,868 KB
testcase_01 AC 15 ms
11,868 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

(define (main args)
  (let* ((a (read))
         (b (read))
         (s (read)))
    (print (+ a b) " " s)) 0)
0