2023cui @ 2024-11-28 16:07:54
Rt
by Estrella_Explore @ 2024-11-28 16:15:03
@2023cui
编译(使用 CCF 同样的参数):
g++ --std=c++14 -O2 -static <你的代码>
运行(刚刚没有指定输出的可执行文件,默认为 a.out
):
./a.out
比较:
diff <你的答案> <标准答案>
by 2023cui @ 2024-11-28 16:30:21
@Estrella_Explore谢谢