File size: 966 Bytes
43404ca 4623ce6 43404ca |
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 45 46 47 48 49 50 51 52 53 |
---
license: mit
dataset_info:
features:
- name: time_limit_ms
dtype: int64
- name: title
dtype: string
- name: output
dtype: string
- name: memory_limit_mb
dtype: int64
- name: description
dtype: string
- name: examples
sequence:
sequence: string
- name: id
dtype: int64
- name: year
dtype: int64
- name: test_cases
sequence:
sequence: string
- name: note
dtype: string
- name: type
dtype: string
- name: tags
sequence: string
- name: source
dtype: string
- name: qoj_url
dtype: string
- name: input
dtype: string
- name: problem_label
dtype: string
- name: spj_code
dtype: string
splits:
- name: test
num_bytes: 5722675227
num_examples: 118
download_size: 3821910279
dataset_size: 5722675227
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
|