Runtime Error
Code
x=(input())
num=x
y=x//2
while(x>=2):
num=num+y
x=y+x%2
print(num)
Information
- Submit By
- Type
- Submission
- Problem
- P1176 Free chocolate
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2025-08-30 19:39:01
- Judged At
- 2025-08-30 19:39:01
- Judged By
- Score
- 0
- Total Time
- 14ms
- Peak Memory
- 3.113 MiB