結果

問題 No.446 ゆきこーだーの雨と雪 (1)
ユーザー aaaaaaaaaa
提出日時 2017-02-20 17:29:03
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
RE  
実行時間 -
コード長 114 bytes
コンパイル時間 104 ms
コンパイル使用メモリ 10,740 KB
実行使用メモリ 8,012 KB
最終ジャッジ日時 2023-08-28 19:48:16
合計ジャッジ時間 1,683 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 AC 15 ms
7,916 KB
testcase_02 RE -
testcase_03 AC 17 ms
7,952 KB
testcase_04 RE -
testcase_05 RE -
testcase_06 AC 15 ms
7,952 KB
testcase_07 AC 17 ms
7,876 KB
testcase_08 AC 16 ms
7,792 KB
testcase_09 AC 16 ms
7,788 KB
testcase_10 RE -
testcase_11 RE -
testcase_12 AC 16 ms
7,840 KB
testcase_13 AC 15 ms
7,864 KB
testcase_14 AC 15 ms
7,860 KB
testcase_15 AC 15 ms
7,860 KB
testcase_16 AC 16 ms
7,844 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.py:2: SyntaxWarning: invalid decimal literal
  try:n=input();a=int(n);return 0<=a<12346and len(n)==len(str(a))

ソースコード

diff #

def f():
 try:n=input();a=int(n);return 0<=a<12346and len(n)==len(str(a))
 except:0
print(['NG','OK'][f()and f()])
0