hackerkid / hackerkid/codejam-commandline
The solved time is blank if there are 2 large inputs
未關閉
auto-migrated
Priority-Medium
Type-Defect
- 主要語言
- Python
- 星號
- 0
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
```
What steps will reproduce the problem?
1. Participate in a contest with some problem having 2 large (or small) inputs
like Problem C of Qualification Round of 2013
2. Run gcj_get_status.py.
3. The solved time of the second large input is blank.
I tracked the running process, and found that the input_id field of
UserSubmission of large2 in HTTP response is 1. However, 2 is correct.
```
Original issue reported on code.google.com by `wentao....@gmail.com` on 23 Apr 2013 at 3:06
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
首先針對 gcj_get_status.py 執行三個重現步驟,並檢查對於大型輸入,UserSubmission.input_id 是如何被讀取的。將 large2 回報的 input_id 與預期值 2 進行比較,接著確認兩個大型輸入都已填入 solved time。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- cli
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100