結果
問題 | No.5000 特殊ジャッジテスト(テスト用) |
ユーザー | yuppe19 😺 |
提出日時 | 2015-07-10 20:23:56 |
言語 | Python2 (2.7.18) |
結果 |
WA
|
実行時間 | - |
コード長 | 108 bytes |
コンパイル時間 | 2,261 ms |
実行使用メモリ | 6,340 KB |
スコア | 0 |
最終ジャッジ日時 | 2018-03-12 00:01:40 |
ジャッジサーバーID (参考情報) |
judge6 / |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
ソースコード
#!/usr/bin/python from random import * n = int(raw_input()) a = choice(range(100, 200)) b = n - a print a, b