結果

問題 No.9001 標準入出力の練習問題(テスト用)
ユーザー keidenkeiden
提出日時 2024-09-12 17:59:50
言語 Scheme
(Gauche-0.9.15)
結果
AC  
実行時間 85 ms / 1,000 ms
コード長 111 bytes
コンパイル時間 395 ms
コンパイル使用メモリ 6,940 KB
実行使用メモリ 28,544 KB
最終ジャッジ日時 2024-09-12 17:59:54
合計ジャッジ時間 2,693 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 2
権限があれば一括ダウンロードができます

ソースコード

diff #

(import
	(scheme base)
	(scheme read)
	(scheme write)
)

(write (+ (read) (read)))
(display " ")
(write (read))
0