Runtime Error
Code
angles = list(map(int, input().split()))
arr=[]
for el in angles:
arr.append(120-el)
print(' '.join(arr))
Information
- Submit By
- Type
- Submission
- Problem
- P1130 Angle Equalizer
- Contest
- Happy New Year 2025
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2025-01-02 15:11:10
- Judged At
- 2025-01-02 15:11:10
- Judged By
- Score
- 0
- Total Time
- 14ms
- Peak Memory
- 3.125 MiB