# 高専プロコン競技システム案 ## 使うもの - python3 - request - - docker? ### API仕様書 [こちら](https://hackmd.io/@sansai3/rJ3nosXjq) ### 解答手順 1. 試合情報の取得 (GET /match) ``` r = requests.get("https://000xxx/match")``` 2. 問題情報の取得 (GET /problem) ``` r = requests.get("https://000xxx/problem")``` 3. 分割データ数の指定 (POST /problem/chunks?n=2) ``` r = requests.post('https://000xxx/problem/chunks')``` 5. wavの取得 (GET /problem/chunks/:filename) ``` r = requests.get("https://000xxx/problem/chunks/:filename")``` 6. 分析アルゴリズムにデータを渡す 7. データの分析、解答の推定 8. 回答を入力or渡す 10. 問題への回答 (POST /problem) ``` r = requests.post('https://000xxx/problem/')```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up