結果
| 問題 |
No.394 ハーフパイプ(1)
|
| コンテスト | |
| ユーザー |
310icecrystal
|
| 提出日時 | 2023-06-23 01:39:25 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 109 bytes |
| コンパイル時間 | 188 ms |
| コンパイル使用メモリ | 82,356 KB |
| 実行使用メモリ | 66,620 KB |
| 最終ジャッジ日時 | 2024-06-30 07:30:07 |
| 合計ジャッジ時間 | 1,453 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 11 |
ソースコード
S = list(map(int,input().split())) T = (sum(S)-min(S)-max(S))*25 T_str = str(T) print(T[:-2] + "." + T[-2:])
310icecrystal