結果
問題 |
No.446 ゆきこーだーの雨と雪 (1)
|
ユーザー |
![]() |
提出日時 | 2017-02-19 00:31:12 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 266 bytes |
コンパイル時間 | 244 ms |
コンパイル使用メモリ | 12,672 KB |
実行使用メモリ | 10,880 KB |
最終ジャッジ日時 | 2024-12-30 04:16:18 |
合計ジャッジ時間 | 1,606 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 RE * 2 |
other | AC * 1 WA * 9 RE * 3 |
ソースコード
#coding:utf-8 flag = 0 try: get = input() get1 = input() bool1 = get1[0:1] bool0 = get[0:1] get = int(get) get1 = int(get1) except: flag = 1 if(flag != 1 or ((int(bool0)!=0) and int(bool1)!=0)): print(get+get1) else: print("NG")