Skip to content

Commit

Permalink
Update cos.md (#1706)
Browse files Browse the repository at this point in the history
之前错改了,cos的路径不应该改的,改的是后端存储路径()
  • Loading branch information
zzdhybthu authored Apr 2, 2024
1 parent 41901b4 commit 8cb90b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/cos.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ permalink: /cos

下方 `${name}` 指代比赛名称,形如 `THUAI7`,对应数据库 `contest` 表中的 `name`

- 代码:`${name}/code/${team_id}/${code_id}/source/${code_id}.${suffix}`
- 编译后的可执行文件:`${name}/code/${team_id}/${code_id}/output/${code_id}`
- 编译产生的日志文件:`${name}/code/${team_id}/${code_id}/output/${code_id}.log` 以及 `${name}/code/${team_id}/${code_id}/output/${code_id}.curl.log`
- 代码:`${name}/code/${team_id}/${code_id}.${suffix}`
- 编译后的可执行文件:`${name}/code/${team_id}/${code_id}`
- 编译产生的日志文件:`${name}/code/${team_id}/${code_id}.log` 以及 `${name}/code/${team_id}/${code_id}.curl.log`
- 公告文件:`${name}/notice/${notice_id}/${filename}`
- 天梯回放:`${name}/arena/${room_id}/${filename}`
- (选择性实现) 后台比赛回放:`${name}/competition/${round_id}/${filename}`
Expand Down

0 comments on commit 8cb90b8

Please sign in to comment.