0_0_39769353_19343.cpp:9:7: error: missing terminating " character
9 | """Find the orientation of the ordered triplet (p, q, r).
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0_0_39769353_19343.cpp:13:7: error: missing terminating " character
13 | """
| ^
0_0_39769353_19343.cpp:1:1: error: 'def' does not name a type
1 | def on_segment(p, q, r):
| ^~~
|