Race Result Details |
Racer | Zozy (zozy_123) |
Race Number | 1 |
Date | Thu, 23 Jan 2025 11:51:05 |
Universe | code |
Speed |
25 WPM
![]() |
Accuracy | 93.2% |
Rank | 5th place (out of 7) |
Opponents | samuelnirina (1st place) soweaksoslow (6th place) yannis_sebs (2nd 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)
|