/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 14ms 3.266 MiB

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
Pretest
Problem
P1130 Angle Equalizer
Language
Python 3 (Python 3.12.3)
Submit At
2025-01-02 15:12:35
Judged At
2025-01-02 15:12:35
Judged By
Score
10
Total Time
14ms
Peak Memory
3.266 MiB