Race Result Details |
Racer | alexVladimirQuecaña (alex_ramos) |
Race Number | 85 |
Date | Fri, 27 Jun 2025 0:44:26 |
Universe | code |
Speed |
23 WPM
![]() |
Accuracy | 94.4% |
Rank | 9th place (out of 12) |
Opponents | ariane_salazar (3rd place) beltran_tarqui (1st place) jhonny_ct (8th place) jhonny_del_peru (10th place) machuran3 (6th place) maria_ortega10 (2nd place) samiraarancibia123426 (7th place) sarai_vega012 (11th place) sharick_chungara (5th place) tocsky (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)
|