Problem competition
User TQR
Submission Time 2023-02-10 09:50:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

competition.cpp:16:2: error: invalid preprocessing directive #settling
16 | #settling physics team(team A)
| ^~~~~~~~
competition.cpp:26:15: error: missing binary operator before token "is"
26 | # if somebody is wanted by both teams, check which subject they have a higher score in
| ^~
competition.cpp:26: error: unterminated #if
26 | # if somebody is wanted by both teams, check which subject they have a higher score in
|
competition.cpp:1:1: error: ā€˜nā€™ does not name a type
1 | n, a, b = [int(i) for i in input().split(" ")]
| ^