tracks.cpp:11:74: error: extended character ’ is not valid in an identifier
11 | After that, a fox crossed, and now his tracks are partially covering the rabbit’s (right in the figure).
| ^
tracks.cpp:23:64: error: extended character ‘ is not valid in an identifier
23 | lines follow with exactly W characters on each: the map, where ‘.’ marks untouched snow, ‘R’ a spot
| ^
tracks.cpp:23:66: error: extended character ’ is not valid in an identifier
23 | lines follow with exactly W characters on each: the map, where ‘.’ marks untouched snow, ‘R’ a spot
| ^
tracks.cpp:23:90: error: extended character ‘ is not valid in an identifier
23 | lines follow with exactly W characters on each: the map, where ‘.’ marks untouched snow, ‘R’ a spot
| ^
tracks.cpp:23:90: error: extended character ’ is not valid in an identifier
tracks.cpp:24:9: error: extended character ’ is not valid in an identifier
24 | where a rabbit’s track is the topmost one, and ‘F’ a spot where a fox’s track is the topmost one. There
| ^
tracks.cpp:24:48: error: extended character ‘ is not valid in an identifier
24 | where a rabbit’s track is the topmost one, and ‘F’ a spot where a fox’s track is the topmost one. There
| ^
tracks.cpp:24:48: error: extended character ’ is not valid in an identifier
tracks.cpp:24:67: error: extended character ’ is not valid in an identifier
24 | where a rabbit’s track is the topmost one, and ‘F’ a spot where a fox’s track is the topmost one. There
| ^
tracks.cpp:27:69: error: extended character ≥ is not valid in an identifier
27 | The output should consist of a single integer: the minimal number N ≥ 1 of animals that could have
| ^
tracks.cpp:30:3: error: extended character ≤ is not valid in an identifier
30 | 1 ≤ H, W ≤ 4000
| ^
tracks.cpp:30:10: error: extended character ≤ is not valid in an identifier
30 | 1 ≤ H, W ≤ 4000
| ^
tracks.cpp:31:34: error: extended character ≤ is not valid in an identifier
31 | In test cases worth 30 points: N ≤ 200 and H, W ≤ 500
| ^
tracks.cpp:31:49: error: extended character ≤ is not valid in an identifier
31 | In test cases worth 30 points: N ≤ 200 and H, W ≤ 500
| ^
tracks.cpp:1:1: error: 'There' does not name a type
1 | There is a rectangular meadow in a forest, having been covered with a blanket of fresh snow in the
| ^~~~~