Race Result Details |
Racer | Carlos Mauricio Riverin Vasquez (mau_r_123) |
Race Number | 18 |
Date | Tue, 5 Nov 2024 2:56:33 |
Universe | code |
Speed |
28 WPM
![]() |
Accuracy | 96.5% |
Rank | 3rd place (out of 10) |
Opponents | jose_benito (5th place) js_3l (2nd place) karol_mm (4th 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)
|