Runtime Error
Code
new_list=[]
i=0
while i<5:
a=float(input(f"{i}:"))
new_list.append(a)
print(max(new_list))
print(min(new_list))
Information
- Submit By
- Type
- Submission
- Problem
- P1022 Minmax
- Contest
- Brain booster - 1
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2023-12-31 14:08:29
- Judged At
- 2024-11-11 03:46:23
- Judged By
- Score
- 0
- Total Time
- 15ms
- Peak Memory
- 3.062 MiB