/in/foo.c: In function 'main':
/in/foo.c:11:20: error: stray '\342' in program
11 | if(delta>le<U+2014>6)
| ^~~~~~~~
/in/foo.c:11:18: error: 'le' undeclared (first use in this function)
11 | if(delta>le—6)
| ^~
/in/foo.c:11:18: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:11:20: error: expected ')' before numeric constant
11 | if(delta>le—6)
| ~ ^~
| )
/in/foo.c:32:9: error: expected declaration or statement at end of input
32 | return 0;
| ^~~~~~