if @final_time<=1000; then @final_status = TLE; else @final_status = AC; @total_score = 100; fi
rt,想实现一个只要 TLETLETLE 就 100 分的程序,结果 TLE 之后是零分。