AlbertHatsuki's picture
Create README.md
e7c64cd verified
|
raw
history blame
863 Bytes
---
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": "",
}
],
}
```