/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 13ms 3.02 MiB
#2 Accepted 13ms 3.066 MiB
#3 Accepted 14ms 3.02 MiB
#4 Accepted 16ms 2.988 MiB
#5 Accepted 14ms 3.117 MiB
#6 Accepted 15ms 2.965 MiB
#7 Accepted 15ms 3.004 MiB
#8 Accepted 15ms 3.004 MiB
#9 Accepted 15ms 3.102 MiB
#10 Accepted 14ms 3.102 MiB
#11 Accepted 14ms 3.062 MiB
#12 Accepted 13ms 2.883 MiB
#13 Accepted 13ms 3.02 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:37
Judged At
2025-01-02 15:12:37
Judged By
Score
100
Total Time
16ms
Peak Memory
3.117 MiB