Wrong Answer
Code
for i in range(int(input())):
a,b,c,d=map(int,input().split())
count=(a*1)+(b*2)+(c*3)+(d*3)
Brick=int(count/9)
print(f"Case {i+1}: {Brick}")
Information
- Submit By
- Type
- Submission
- Problem
- P1014 FIFA World Cup 2022 Again!
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2024-01-09 13:43:59
- Judged At
- 2024-11-11 03:43:38
- Judged By
- Score
- 11
- Total Time
- 16ms
- Peak Memory
- 3.121 MiB