/ SeriousOJ /

Record Detail

Compile Error

foo.cc:1:1: error: 'x' does not name a type
    1 | x,y,z =map(int,input().split())
      | ^

Code

x,y,z =map(int,input().split())
print(120-x,120-y,120-z)

Information

Submit By
Type
Submission
Problem
P1130 Angle Equalizer
Language
C++17 (G++ 13.2.0)
Submit At
2025-01-02 18:03:13
Judged At
2025-01-02 18:03:13
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes