結果

問題 No.353 ヘイトプラス
ユーザー Naoyk1212Naoyk1212
提出日時 2016-07-29 00:43:55
言語 Scheme
(Gauche-0.9.14)
結果
AC  
実行時間 19 ms / 1,000 ms
コード長 76 bytes
コンパイル時間 219 ms
コンパイル使用メモリ 5,328 KB
実行使用メモリ 11,916 KB
最終ジャッジ日時 2023-09-16 23:44:44
合計ジャッジ時間 1,137 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 17 ms
11,616 KB
testcase_01 AC 19 ms
11,832 KB
testcase_02 AC 19 ms
11,636 KB
testcase_03 AC 17 ms
11,916 KB
testcase_04 AC 18 ms
11,708 KB
testcase_05 AC 18 ms
11,640 KB
testcase_06 AC 18 ms
11,704 KB
testcase_07 AC 18 ms
11,832 KB
testcase_08 AC 18 ms
11,720 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

(define a (read))
(define b (read))

(display (- 0 (- (- 0 a) b)))
(newline)
0