/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 13ms 3.109 MiB
#2 Accepted 13ms 3.125 MiB
#3 Accepted 15ms 3.051 MiB
#4 Accepted 15ms 3.109 MiB
#5 Accepted 14ms 3.102 MiB
#6 Accepted 17ms 3.02 MiB
#7 Accepted 18ms 2.98 MiB
#8 Accepted 18ms 2.973 MiB
#9 Accepted 18ms 3.105 MiB
#10 Accepted 13ms 3.027 MiB
#11 Accepted 14ms 2.879 MiB
#12 Accepted 14ms 3.066 MiB
#13 Accepted 14ms 2.93 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
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