Browse Source

Update 'README.md'

天问 4 years ago
parent
commit
0be72afa75
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -10,11 +10,14 @@ https://tianchi.aliyun.com/competition/entrance/231759/information
 
 生成入口脚本run.sh,放置于镜像工作目录。运行后生成结果result.json放置于工作目录(与run.sh同目录),评分系统将根据result.json进行打分
 
+```
+
 {
     "Q1":"Hello world",
     "Q2":sum值,
     "Q3":[top10_list]
 }
+```
 
 ## 容器运行