| Problem | photo |
|---|---|
| User | JJJwong |
| Submission Time | 2024-02-28 22:54:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
photo.cpp:7:11: error: invalid preprocessing directive #print
7 | # print(class1_height_max)
| ^~~~~
photo.cpp:19:15: error: invalid preprocessing directive #print
19 | # print(i, ":", closest_value)
| ^~~~~
photo.cpp:24:7: error: invalid preprocessing directive ##
24 | # # Generate all combinations of students from each class
| ^
photo.cpp:25:7: error: invalid preprocessing directive #for
25 | # for selected_students in product(*heights):
| ^~~
photo.cpp:26:11: error: invalid preprocessing directive #max_height
26 | # max_height = max(selected_students)
| ^~~~~~~~~~
photo.cpp:27:11: error: invalid preprocessing directive #min_height
27 | # min_height = min(selected_students)
| ^~~~~~~~~~
photo.cpp:28:11: error: invalid preprocessing directive #min_diff
28 | # min_di