結果
| 問題 | No.207 世界のなんとか |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2026-03-16 14:46:32 |
| 言語 | Python3 (3.14.3 + numpy 2.4.2 + scipy 1.17.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 206 bytes |
| 記録 | |
| コンパイル時間 | 685 ms |
| コンパイル使用メモリ | 20,828 KB |
| 実行使用メモリ | 20,712 KB |
| 最終ジャッジ日時 | 2026-03-16 14:46:50 |
| 合計ジャッジ時間 | 5,792 ms |
|
ジャッジサーバーID (参考情報) |
judge3_1 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 18 RE * 1 |
ソースコード
A, B = map(int, input().split())
range1 = B - A
if(range1 > 100 or range1 < 0):
print("エラー")
else:
for i in range(A,B+1):
if(range1+i % 3 or "3" in str(range + i)):
print(range1 + i)
i+=1