結果
問題 |
No.446 ゆきこーだーの雨と雪 (1)
|
ユーザー |
![]() |
提出日時 | 2021-03-30 12:58:58 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 126 bytes |
コンパイル時間 | 259 ms |
コンパイル使用メモリ | 82,320 KB |
実行使用メモリ | 53,708 KB |
最終ジャッジ日時 | 2024-11-30 10:26:36 |
合計ジャッジ時間 | 1,646 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 WA * 1 |
other | AC * 10 WA * 3 |
ソースコード
A=input() B=input() if A.isdecimal() and A[0]!='0' and B.isdecimal() and B[0]!='0': print('OK') else: print('NG')