programming-in-th / programming.in.th

Site component of programming.in.th
https://programming.in.th
GNU Affero General Public License v3.0
91 stars 33 forks source link

Missing -lm Compiler Flag for Submissions? #942

Closed chalkp closed 6 months ago

chalkp commented 7 months ago

from this submission: https://programming.in.th/submissions/97973 #include <math.h> include error?

im not sure whether this is relevant but from compiler tags i got from this repo : https://github.com/programming-in-th/rusty-grader/blob/68f78da9d6713ea97a8c86ef517463ffc13e96c6/example/scripts/compile_scripts/c#L13 this code should compile with that tags successfully

MasterIceZ commented 6 months ago

Should be fixed by https://github.com/programming-in-th/rusty-grader/pull/25