Race Result Details |
Racer | Alvaro Moyata (tocsky) |
Race Number | 6 |
Date | Sun, 18 May 2025 0:36:58 |
Universe | code |
Speed |
24 WPM
![]() |
Accuracy | 95.2% |
Rank | 6th place (out of 14) |
Opponents | ariane_salazar (5th place) erick_vargas (4th place) jas_el (3rd place) liz_mariela_perez (7th place) maria_ortega10 (2nd place) sergio_theaux (1st place) sharick_chungara (8th 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)
|