結果
問題 | No.446 ゆきこーだーの雨と雪 (1) |
ユーザー |
|
提出日時 | 2020-01-30 02:33:38 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 34 ms / 2,000 ms |
コード長 | 258 bytes |
コンパイル時間 | 95 ms |
コンパイル使用メモリ | 12,544 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-09-16 03:12:19 |
合計ジャッジ時間 | 1,413 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 13 |
ソースコード
# yukicoder No.446 ゆきこーだーの雨と雪 (1) 2020/01/30ab=[input() for _ in range(2)]for e in ab:if not e.isdecimal():breakif len(e)>1 and e[0]=='0':breakif not (0<=int(e)<=12345):breakelse:print('OK')exit()print('NG')