/ SeriousOJ /

Record Detail

Runtime Error


  
# Status Time Cost Memory Cost
#1 Runtime Error Traceback (most recent call last): File "foo.py", line 9, in <module> TypeError: sequence item 0: expected str instance, int found 14ms 3.09 MiB

Code


angles = list(map(int, input().split()))

arr=[]

for el in angles:
	arr.append(120-el)

print(' '.join(arr))

Information

Submit By
Type
Pretest
Problem
P1130 Angle Equalizer
Language
Python 3 (Python 3.12.3)
Submit At
2025-01-02 15:10:35
Judged At
2025-01-02 15:10:35
Judged By
Score
0
Total Time
14ms
Peak Memory
3.09 MiB