結果
問題 | No.5000 特殊ジャッジテスト(テスト用) |
ユーザー | Leonardone |
提出日時 | 2015-10-18 06:14:52 |
言語 | Ruby (3.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 62 bytes |
コンパイル時間 | 662 ms |
実行使用メモリ | 3,920 KB |
スコア | 3,752 |
最終ジャッジ日時 | 2018-03-12 00:02:19 |
ジャッジサーバーID (参考情報) |
judge7 / |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
コンパイルメッセージ
Syntax OK
ソースコード
N = gets.to_f B = 3 A = N - B puts A.to_s + ' ' + B.to_s