Race Result Details |
Racer | Cristian Tacuri (cris1310) |
Race Number | 27 |
Date | Fri, 19 Sep 2025 16:10:35 |
Universe | code |
Speed |
21 WPM
![]() |
Accuracy | 90.9% |
Rank | 3rd place (out of 5) |
Opponents | iverjoel (2nd place) jhony99 (1st place) |
Text typed:
auto monad = [](auto v) { return [=] { return v; }; }; auto bind = [](auto m) { return [=](auto fvm) { return fvm(m()); }; }; static_assert(bind(monad(2))(monad)() == monad(2)());
— (software)
by C++ Committee
(see stats)
|