Race Result Details |
Racer | Luis Alberto Delgado Pinto (luis_univ) |
Race Number | 5 |
Date | Thu, 8 May 2025 1:25:46 |
Universe | code |
Speed |
27 WPM
![]() |
Accuracy | 94.6% |
Rank | 4th place (out of 20) |
Opponents | alvaroricaldi (6th place) erick0334 (3rd place) fa1progra (7th place) fanor (2nd place) mau_r123 (5th 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)
|