Commit
·
5489d98
0
Parent(s):
initial commit
Browse files- .gitattributes +59 -0
- README.md +51 -0
- ahc001.zip +3 -0
- ahc002.zip +3 -0
- ahc003.zip +3 -0
- ahc004.zip +3 -0
- ahc005.zip +3 -0
- ahc006.zip +3 -0
- ahc007.zip +3 -0
- ahc008.zip +3 -0
- ahc009.zip +3 -0
- ahc010.zip +3 -0
- ahc011.zip +3 -0
- ahc012.zip +3 -0
- ahc014.zip +3 -0
- ahc015.zip +3 -0
- ahc016.zip +3 -0
- ahc017.zip +3 -0
- ahc019.zip +3 -0
- ahc020.zip +3 -0
- ahc021.zip +3 -0
- ahc024.zip +3 -0
- ahc025.zip +3 -0
- ahc026.zip +3 -0
- ahc027.zip +3 -0
- ahc028.zip +3 -0
- ahc030.zip +3 -0
- ahc031.zip +3 -0
- ahc032.zip +3 -0
- ahc033.zip +3 -0
- ahc034.zip +3 -0
- ahc035.zip +3 -0
- ahc038.zip +3 -0
- ahc039.zip +3 -0
- ahc040.zip +3 -0
- ahc041.zip +3 -0
- ahc042.zip +3 -0
- ahc044.zip +3 -0
- ahc045.zip +3 -0
- ahc046.zip +3 -0
- future-contest-2022-qual.zip +3 -0
- problem_ids.txt +40 -0
- problem_ids_lite.txt +10 -0
- ranking.csv +0 -0
- schedule.csv +50 -0
- toyota2023summer-final.zip +3 -0
.gitattributes
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
28 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
37 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
38 |
+
# Audio files - uncompressed
|
39 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
41 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
42 |
+
# Audio files - compressed
|
43 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
46 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
47 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
48 |
+
# Image files - uncompressed
|
49 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
50 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
51 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
52 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
53 |
+
# Image files - compressed
|
54 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
56 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
57 |
+
# Video files - compressed
|
58 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- ja
|
5 |
+
license: cc-by-nd-4.0
|
6 |
+
pretty_name: ALE-Bench
|
7 |
+
size_categories:
|
8 |
+
- n<1K
|
9 |
+
tags:
|
10 |
+
- image
|
11 |
+
- text
|
12 |
+
task_categories:
|
13 |
+
- image-text-to-text
|
14 |
+
- reinforcement-learning
|
15 |
+
- text-generation
|
16 |
+
- visual-question-answering
|
17 |
+
---
|
18 |
+
|
19 |
+
# ALE-Bench
|
20 |
+
|
21 |
+
## Dataset Description
|
22 |
+
|
23 |
+
**ALE-Bench** is a benchmark for evaluating AI systems on score-based algorithmic programming contests.
|
24 |
+
|
25 |
+
This dataset is **officially provided by [AtCoder Inc.](https://atcoder.jp/company?lang=en)**.
|
26 |
+
Please be sure to check the "License" section below.
|
27 |
+
|
28 |
+
## Usage
|
29 |
+
|
30 |
+
[Our Python library](https://github.com/SakanaAI/ALE-Bench) automatically downloads the data from this repository.
|
31 |
+
|
32 |
+
```python
|
33 |
+
import ale_bench
|
34 |
+
|
35 |
+
ale_bench_session = ale_bench.start("ahc001")
|
36 |
+
```
|
37 |
+
|
38 |
+
## License
|
39 |
+
|
40 |
+
[Creative Commons Attribution-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nd/4.0/)
|
41 |
+
|
42 |
+
## Citation
|
43 |
+
|
44 |
+
```bibtex
|
45 |
+
@misc{imajuku2025ale-bench,
|
46 |
+
title = {{ALE-Bench}: A Benchmark for Long-Horizon Objective-Driven Algorithm Engineering},
|
47 |
+
author = {Imajuku, Yuki and Horie, Kohki and Iwata, Yoichi and Aoki, Kensho and Takahashi, Naohiro and Akiba, Takuya},
|
48 |
+
howpublished = {\url{https://github.com/SakanaAI/ALE-Bench}},
|
49 |
+
year = {2025}
|
50 |
+
}
|
51 |
+
```
|
ahc001.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87d4235e0d1ccccc2b4e4d1eae824c1308a935ee2d23b9e107c9d8ec2ffd762b
|
3 |
+
size 228084
|
ahc002.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c39b6db91b1956d3f816e63755103622e0ec090d84c6cf81dba1abb5c631ebd9
|
3 |
+
size 124596
|
ahc003.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92a5713798684a4e334a7d1b0782a3ebc613ab6bb85372f76d60fb8ca7345fcb
|
3 |
+
size 2261761
|
ahc004.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c43b467ddfabfa774306c350f397a272f1b4ae6023066a0c44ea93fe62a42c8
|
3 |
+
size 81927
|
ahc005.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d223bee36c1499c98f1e9e927766bbf135f5d8a7f4e05890b4df044d790b484
|
3 |
+
size 128693
|
ahc006.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08f54f5ce375baf4a30c9730fdb71cd731619b89e88f63eec1894a850b59bf18
|
3 |
+
size 129832
|
ahc007.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:533ebc1446dd730d4687f973f2ab2300044d606af48b34cb13da9187ff4b5fc1
|
3 |
+
size 139535
|
ahc008.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dc040eb07f4543a16ef550a198859519a98af899771237b2bf1517c8a419300
|
3 |
+
size 176020
|
ahc009.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa09671f09747f43e7944938371b08542e1b90ffdba0f9c2a654e90417509f64
|
3 |
+
size 147661
|
ahc010.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f2e83fe0b13701d1df45c938b3397a2474518751aa646adf21f1eb0169b8eb6
|
3 |
+
size 126983
|
ahc011.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d26e9ea3dbd8b97616d9727bdbe0db270d0df9ab54efd44c71f1c03379a03fb
|
3 |
+
size 260067
|
ahc012.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf8c7de88433761a17cf37753cd730bae84355196fb8c25455168ad01eab368c
|
3 |
+
size 143937
|
ahc014.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43624bb9c24795ef1e792bace66bfeb59787265b025750b8708bee692c2e5021
|
3 |
+
size 182367
|
ahc015.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11293d19419acd7e8118126ffc1cfe4a0137629769108935c10a0bd3b554ce02
|
3 |
+
size 1802237
|
ahc016.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6be902402ee316cdfe59dbd0e6045507ff31d0dfd14bc68bc6f1258366ca54cb
|
3 |
+
size 4220403
|
ahc017.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0df8fa1417278e9651668acc68d3e015497d1da6b5f2ebe599be27be07efa5d
|
3 |
+
size 8877622
|
ahc019.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d6fcdb3d26939918d3a5b49a81ced6e042b8351e667121e51396a00fd60efe8
|
3 |
+
size 5207146
|
ahc020.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cdc8b811a4c6062f059beda557c49df3458948c979d2ef65eb69ccd75600866
|
3 |
+
size 271228
|
ahc021.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aea95345b11743f87a02ec87c075e00d0686925de9c51d84f21d6f4d624dcd5a
|
3 |
+
size 443779
|
ahc024.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4f02d3cbcea3200d3e7d29dcf27b1e0bcce1fb566ed249541683114f7986585
|
3 |
+
size 131248
|
ahc025.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f372be0c4814bc89cf1e5985c5b36e7816b1c0e01ae204d7f78f67c8505f667
|
3 |
+
size 18121555
|
ahc026.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9acb296ceff4948df2cb000459d8153af4ba8ddb60c987b565e19b628dd845a
|
3 |
+
size 113228
|
ahc027.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f557d24377e00d105d6d2a0c5c5413166b6fe87662bdea5b4f163e0b64f21e1b
|
3 |
+
size 8485972
|
ahc028.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bc6df6d9f1b97c57d2a540f9c286d2acc7374775fef712b37f4923bda378035
|
3 |
+
size 146322
|
ahc030.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d276d9c5f69390704a2d1692015273b0062a6b04372e9ec35c0c3cb8e05aa1c2
|
3 |
+
size 6871560
|
ahc031.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7505cd8d0bd78838108f246addd3e987dafda77f7e5b87df219813d2783281e8
|
3 |
+
size 7462234
|
ahc032.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d8a7a6831a00dfc7771a537e5417d2873d5f70bd6f35f84f4a60b20e0497f2a
|
3 |
+
size 124742
|
ahc033.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57cbf922216a4a400bf1290581278283f7171c9c816e2e2e5ca0f5b97b968b53
|
3 |
+
size 2793928
|
ahc034.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6c2666e596dee5a743d80cfcfac8cf1d90d80696a2c11acfd4891b7467ce889
|
3 |
+
size 169746
|
ahc035.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e42f0a604bb873d05845c8db311d31074d9e4e987a9235b7bd771e1dd6c0913b
|
3 |
+
size 166723
|
ahc038.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8809534d73dd8c46507b89e5fda000f2049e313ae7c1892bcf3ed308000443e
|
3 |
+
size 4220452
|
ahc039.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34d478f166334d6c8a0f7e0d03f6b5c17c557eeff9f163d5510ecc8605a9f3cd
|
3 |
+
size 151056
|
ahc040.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae2d8676b7113dd34c22827b9f7dbfd479679ee4ce1e9009865f4d8771dc49e0
|
3 |
+
size 12318226
|
ahc041.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6455d37fa6ff970175957143640240e529d8bd95ba2c07f901085bda120e1aa
|
3 |
+
size 123352
|
ahc042.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cff8191b01d93c1790597f50ed8359c15ad172b52d82253b74d857b319d6f6ae
|
3 |
+
size 170883
|
ahc044.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52b6cb057545c468eb48910bf634170e1a89735bb3505b39cf4e1607c2e67135
|
3 |
+
size 166464
|
ahc045.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:949dd4037b71b989094e495ca12d9be11770358ee042ff42376b22397d1d9738
|
3 |
+
size 12204579
|
ahc046.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdca36f73112443dd16d49be36e7c7266ad7f6d7d0f1ef07d3ce0538f7dc100a
|
3 |
+
size 125122
|
future-contest-2022-qual.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13a8f471f6a4b59f07e01bce5120131dc0368bc20e62aacbd2e4017f3b68309d
|
3 |
+
size 191199
|
problem_ids.txt
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ahc001
|
2 |
+
ahc002
|
3 |
+
ahc003
|
4 |
+
ahc004
|
5 |
+
ahc005
|
6 |
+
future-contest-2022-qual
|
7 |
+
ahc006
|
8 |
+
ahc007
|
9 |
+
ahc008
|
10 |
+
ahc009
|
11 |
+
ahc010
|
12 |
+
ahc011
|
13 |
+
ahc012
|
14 |
+
ahc014
|
15 |
+
ahc015
|
16 |
+
ahc016
|
17 |
+
ahc017
|
18 |
+
ahc019
|
19 |
+
ahc020
|
20 |
+
ahc021
|
21 |
+
toyota2023summer-final
|
22 |
+
ahc024
|
23 |
+
ahc025
|
24 |
+
ahc026
|
25 |
+
ahc027
|
26 |
+
ahc028
|
27 |
+
ahc030
|
28 |
+
ahc031
|
29 |
+
ahc032
|
30 |
+
ahc033
|
31 |
+
ahc034
|
32 |
+
ahc035
|
33 |
+
ahc038
|
34 |
+
ahc039
|
35 |
+
ahc040
|
36 |
+
ahc041
|
37 |
+
ahc042
|
38 |
+
ahc044
|
39 |
+
ahc045
|
40 |
+
ahc046
|
problem_ids_lite.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ahc008
|
2 |
+
ahc011
|
3 |
+
ahc015
|
4 |
+
ahc016
|
5 |
+
ahc024
|
6 |
+
ahc025
|
7 |
+
ahc026
|
8 |
+
ahc027
|
9 |
+
ahc039
|
10 |
+
ahc046
|
ranking.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
schedule.csv
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
problem_id,start_at,end_at,weight
|
2 |
+
ahc001,2021-03-06 12:00:00+09:00,2021-03-14 20:00:00+09:00,1.0
|
3 |
+
ahc002,2021-04-25 19:00:00+09:00,2021-04-25 23:00:00+09:00,1.0
|
4 |
+
ahc003,2021-05-22 12:00:00+09:00,2021-05-30 20:00:00+09:00,1.0
|
5 |
+
ahc004,2021-06-26 13:00:00+09:00,2021-06-26 19:00:00+09:00,1.0
|
6 |
+
ahc005,2021-08-07 16:00:00+09:00,2021-08-07 20:00:00+09:00,1.0
|
7 |
+
rcl-contest-2021-long,2021-09-05 18:00:00+09:00,2021-09-12 18:00:00+09:00,1.0
|
8 |
+
future-contest-2022-qual,2021-11-03 19:00:00+09:00,2021-11-13 19:00:00+09:00,1.0
|
9 |
+
ahc006,2021-11-14 16:00:00+09:00,2021-11-14 20:00:00+09:00,1.0
|
10 |
+
ahc007,2021-12-12 16:00:00+09:00,2021-12-12 20:00:00+09:00,1.0
|
11 |
+
ahc008,2022-02-12 12:00:00+09:00,2022-02-26 19:00:00+09:00,1.0
|
12 |
+
ahc009,2022-03-26 15:00:00+09:00,2022-03-26 19:00:00+09:00,1.0
|
13 |
+
ahc010,2022-04-24 15:00:00+09:00,2022-04-24 19:00:00+09:00,1.0
|
14 |
+
ahc011,2022-05-28 12:00:00+09:00,2022-06-05 19:00:00+09:00,1.0
|
15 |
+
ahc012,2022-07-03 15:00:00+09:00,2022-07-03 19:00:00+09:00,1.0
|
16 |
+
ahc013,2022-08-09 21:00:00+09:00,2022-08-16 21:00:00+09:00,1.0
|
17 |
+
ahc014,2022-09-17 15:00:00+09:00,2022-10-01 19:00:00+09:00,1.0
|
18 |
+
ahc015,2022-10-30 15:00:00+09:00,2022-10-30 19:00:00+09:00,1.0
|
19 |
+
ahc016,2022-11-11 19:00:00+09:00,2022-11-20 19:00:00+09:00,1.0
|
20 |
+
ahc017,2023-01-28 12:00:00+09:00,2023-02-05 20:00:00+09:00,1.0
|
21 |
+
ahc018,2023-02-18 12:00:00+09:00,2023-02-26 19:00:00+09:00,1.0
|
22 |
+
ahc019,2023-03-18 12:00:00+09:00,2023-04-02 19:00:00+09:00,1.0
|
23 |
+
ahc020,2023-06-11 15:00:00+09:00,2023-06-11 19:00:00+09:00,1.0
|
24 |
+
ahc021,2023-06-25 15:00:00+09:00,2023-06-25 19:00:00+09:00,1.0
|
25 |
+
ahc022,2023-08-11 12:00:00+09:00,2023-08-20 19:00:00+09:00,1.0
|
26 |
+
toyota2023summer-final,2023-08-27 10:15:00+09:00,2023-08-27 13:45:00+09:00,1.0
|
27 |
+
ahc023,2023-09-03 10:00:00+09:00,2023-09-10 20:00:00+09:00,1.0
|
28 |
+
ahc024,2023-09-24 15:00:00+09:00,2023-09-24 19:00:00+09:00,1.0
|
29 |
+
ahc025,2023-10-14 12:00:00+09:00,2023-10-22 19:00:00+09:00,1.0
|
30 |
+
ahc026,2023-11-05 15:00:00+09:00,2023-11-05 19:00:00+09:00,1.0
|
31 |
+
ahc027,2023-12-01 19:00:00+09:00,2023-12-10 19:00:00+09:00,1.0
|
32 |
+
ahc029,2023-12-22 12:00:00+09:00,2023-12-26 21:00:00+09:00,1.0
|
33 |
+
ahc028,2024-01-13 15:00:00+09:00,2024-01-13 19:00:00+09:00,1.0
|
34 |
+
ahc030,2024-02-09 19:00:00+09:00,2024-02-19 19:00:00+09:00,1.0
|
35 |
+
ahc031,2024-03-22 19:00:00+09:00,2024-04-01 19:00:00+09:00,1.0
|
36 |
+
ahc032,2024-04-07 19:00:00+09:00,2024-04-07 23:00:00+09:00,1.0
|
37 |
+
ahc033,2024-05-17 19:00:00+09:00,2024-05-27 19:00:00+09:00,1.0
|
38 |
+
ahc034,2024-06-16 15:00:00+09:00,2024-06-16 19:00:00+09:00,1.0
|
39 |
+
ahc035,2024-07-21 15:00:00+09:00,2024-07-21 19:00:00+09:00,1.0
|
40 |
+
ahc036,2024-08-23 19:00:00+09:00,2024-09-02 19:00:00+09:00,1.0
|
41 |
+
ahc037,2024-09-15 19:00:00+09:00,2024-09-15 23:00:00+09:00,1.0
|
42 |
+
ahc038,2024-10-04 19:00:00+09:00,2024-10-14 19:00:00+09:00,1.0
|
43 |
+
ahc039,2024-11-10 15:00:00+09:00,2024-11-10 19:00:00+09:00,1.0
|
44 |
+
ahc040,2024-11-29 19:00:00+09:00,2024-12-09 19:00:00+09:00,1.0
|
45 |
+
ahc041,2025-01-19 15:00:00+09:00,2025-01-19 19:00:00+09:00,0.5
|
46 |
+
ahc042,2025-02-02 19:00:00+09:00,2025-02-02 23:00:00+09:00,0.5
|
47 |
+
ahc043,2025-02-14 19:00:00+09:00,2025-02-24 19:00:00+09:00,1.0
|
48 |
+
ahc044,2025-03-16 19:00:00+09:00,2025-03-16 23:00:00+09:00,0.5
|
49 |
+
ahc045,2025-03-28 19:00:00+09:00,2025-04-07 19:00:00+09:00,1.0
|
50 |
+
ahc046,2025-04-26 15:00:00+09:00,2025-04-26 19:00:00+09:00,0.5
|
toyota2023summer-final.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9a2db283feaaedbaec5c2d8f667df9e18246730206c13d3def8d7cd06908c70
|
3 |
+
size 120427
|