12 lines
380 B
Typst
12 lines
380 B
Typst
#import "@local/handout:0.1.0": *
|
|
|
|
#show: handout.with(
|
|
title: [Warm-Up: Bugs on a Log],
|
|
by: "Mark",
|
|
)
|
|
|
|
#problem()
|
|
2013 bugs are on a meter-long line. Each walks to the left or right at a constant speed. \
|
|
If two bugs meet, both turn around and continue walking in opposite directions. \
|
|
What is the longest time it could take for all the bugs to walk off the end of the log?
|