結果
問題 | No.207 世界のなんとか |
ユーザー |
|
提出日時 | 2016-11-16 00:26:09 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 213 ms / 5,000 ms |
コード長 | 224 bytes |
コンパイル時間 | 87 ms |
コンパイル使用メモリ | 12,672 KB |
実行使用メモリ | 28,376 KB |
最終ジャッジ日時 | 2024-12-30 03:59:54 |
合計ジャッジ時間 | 6,595 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 19 |
ソースコード
from pip._vendor.requests.packages.urllib3.connectionpool import xrangefirst = input()s = first.split()a = int(s[0])b = int(s[1])for i in xrange(a,b+1):if i % 3 == 0 or str(i).find("3") != -1:print(i)