问如何写这个自定义脚本(玄关)
查看原帖
问如何写这个自定义脚本(玄关)
884813
_luogu_huowenshuo_楼主2024/12/31 17:03
if @final_time<=1000; then
    @final_status = TLE;
else
    @final_status = AC;
    @total_score = 100;
fi

rt,想实现一个只要 TLETLE 就 100 分的程序,结果 TLE 之后是零分。

2024/12/31 17:03
加载中...