結果
問題 | No.353 ヘイトプラス |
ユーザー |
![]() |
提出日時 | 2017-09-08 00:28:33 |
言語 | Scheme (Gauche-0.9.15) |
結果 |
AC
|
実行時間 | 26 ms / 1,000 ms |
コード長 | 55 bytes |
コンパイル時間 | 100 ms |
コンパイル使用メモリ | 6,816 KB |
実行使用メモリ | 16,128 KB |
最終ジャッジ日時 | 2024-07-03 22:29:44 |
合計ジャッジ時間 | 987 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 7 |
ソースコード
(define a (read))(define b (read))(print (- a (- b)))