結果
| 問題 | No.1305 Speak of the Devil |
| コンテスト | |
| ユーザー |
Wizist
|
| 提出日時 | 2020-12-02 20:24:29 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 33 ms / 2,000 ms |
| コード長 | 124 bytes |
| 記録 | |
| コンパイル時間 | 290 ms |
| コンパイル使用メモリ | 85,376 KB |
| 実行使用メモリ | 52,096 KB |
| 最終ジャッジ日時 | 2026-04-04 04:44:28 |
| 合計ジャッジ時間 | 1,885 ms |
|
ジャッジサーバーID (参考情報) |
judge5_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 4 |
| other | AC * 23 |
ソースコード
#!/usr/bin/env python3 # # No.1305 Speak of the Devil # import sys, os, math print(min(list(map(float, input().split()))))
Wizist