World Robot Contest2025-2026Algorithm Application ThemeJunior Highwrc.hao.work
WRC
Contest Archive / Structured Dossiers青少年算法应用训练档案馆

把训练题、知识点、执行证据和最终解题档案统一归档成可直接浏览的竞赛资料库。

Archive30 Cases

四大文化赛道完整展开

AccessHTTPS

完整题面 / 题解 / 运行证据

No Rounded CornersTailwind FirstDossier Ready
06-deliverables/appendix-runs.md

丝路互市排期:开放区间合并与峰值日统计 运行附录

站内文件视图直接读取仓库内容,Markdown 使用文档排版渲染,其余文本文件保持原始排版,方便校对训练证据链。

文件类型Markdown

10-cases/s3-jh-06-market-calendar/06-deliverables/appendix-runs.md

运行索引

Run ID语言时间编译运行耗时(秒)输出终端记录
run-001py2026-03-30T23:44:33.913255+08:00000.030515outputtranscript
run-002cpp2026-03-30T23:44:34.317433+08:00000.021511outputtranscript

run-001 / PY

  • 命令:python3 -u /root/auto/wrc/10-cases/s3-jh-06-market-calendar/02-solution/src/python/main.py < /root/auto/wrc/10-cases/s3-jh-06-market-calendar/02-solution/fixtures/sample.in
  • 编译返回码:0
  • 运行返回码:0
  • 耗时:0.030515

输出摘录

max_open=2
first_peak_day=2
merged=1-10

run-002 / CPP

  • 命令:/root/auto/wrc/10-cases/s3-jh-06-market-calendar/02-solution/build/s3-jh-06-market-calendar-main < /root/auto/wrc/10-cases/s3-jh-06-market-calendar/02-solution/fixtures/sample.in
  • 编译返回码:0
  • 运行返回码:0
  • 耗时:0.021511

输出摘录

max_open=2
first_peak_day=2
merged=1-10