ICFPC 2020 Contest Setup, Implementation, and Reading Guide
Table of Contents
1. Contest
1.1. Setup
export API_URL=https://icfpc2020-api.testkontur.ru export API_KEY=abcdef0123456789
1.2. Run
./run.sh $API_URL $API_KEY
2. Data
3. Implementation
3.2. Operators
- https://en.wikipedia.org/wiki/Lambda_calculus
- eq / =
- inc
- ap
- dec
- add
- mul
- div
- gt
- lt ?
- mod
- dem
- neg
3.3. Send
3.5. Booleans
3.6. Pairs
- pair
- first
- tail
- nil