結果
| 問題 | No.446 ゆきこーだーの雨と雪 (1) |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2019-11-21 13:32:12 |
| 言語 | Python3 (3.14.7 + numpy 2.5.2 + scipy 1.18.0 + ACL) |
| 結果 |
WA
不安定
|
| 実行時間 | - |
| コード長 | 203 bytes |
| 記録 | |
| コンパイル時間 | 62 ms |
| コンパイル使用メモリ | 15,104 KB |
| 実行使用メモリ | 13,312 KB |
| 最終ジャッジ日時 | 2026-09-12 18:22:34 |
| 合計ジャッジ時間 | 1,852 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 WA * 1 RE * 1 |
| other | AC * 9 WA * 4 |
ソースコード
ans = 'OK'
for _ in range(2):
X = input()
if X[0] == '0' and len(X) > 1 and int(X) > 12345:
ans = 'NG'
for x in X:
if x.isdigit() == False:
ans = 'NG'
print(ans)