Accepted
Code
angles = list(map(int, input().split()))
arr=[]
for el in angles:
arr.append(120-el)
print(' '.join(map(str, 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:12:46
- Judged At
- 2025-01-02 15:12:46
- Judged By
- Score
- 100
- Total Time
- 18ms
- Peak Memory
- 3.125 MiB