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