File size: 863 Bytes
e7c64cd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
---
language:
- en
tags:
- code
---
This is a dataset collected and created from Codeforces rounds.
All the problem statements, solutions and problem_tags are from Codeforces's API requests.
https://codeforces.com/apiHelp
The dataset is in the following format
```json
{
"cpp":[
{
"contest_id": "",
"problem_id": "",
"statement": "",
"tags": ["", ""],
"code": "",
}
],
"py": [
{
"contest_id": "",
"problem_id": "",
"statement": "",
"tags": ["", ""],
"code": "",
}
],
"java": [
{
"contest_id": "",
"problem_id": "",
"statement": "",
"tags": ["", ""],
"code": "",
}
],
}
```
|