結果

問題 No.3259 C++ → Rust → Python
ユーザー かみのさちほ
提出日時 2025-09-06 23:11:50
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 175 bytes
コンパイル時間 437 ms
コンパイル使用メモリ 82,592 KB
実行使用メモリ 54,016 KB
最終ジャッジ日時 2025-09-06 23:11:53
合計ジャッジ時間 2,717 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 3
other WA * 22
権限があれば一括ダウンロードができます

ソースコード

diff #

L,R = map(int, input().split())

if L<=295:
	start="C"
elif L<=416:
	start="Rust"
else:
	start="Python"

if L<=295:
	start="C"
elif L<=416:
	start="Rust"
else:
	start="Python"
0