結果
問題 |
No.3259 C++ → Rust → Python
|
ユーザー |
![]() |
提出日時 | 2025-09-06 23:09:55 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 175 bytes |
コンパイル時間 | 379 ms |
コンパイル使用メモリ | 82,288 KB |
実行使用メモリ | 53,812 KB |
最終ジャッジ日時 | 2025-09-06 23:09:58 |
合計ジャッジ時間 | 2,447 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 22 |
ソースコード
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"