samiraarancibia (samiraarancibia123426)

Race #39

View Pit Stop page for race #39 by samiraarancibia123426Ghost race

View profile for samiraarancibia (samiraarancibia123426)

Official speed 29.24 wpm (73.46 seconds elapsed during race)
Race Start May 30, 2025 1:19:44am UTC
Race Finish May 30, 2025 1:20:57am UTC
Outcome No win (4 of 18)
Opponents 1. jas_el (35.71 wpm)
5. liz_mariela_perez (27.08 wpm)
6. sharick_chungara (26.48 wpm)
7. alex_ramos (26.39 wpm)
8. tocsky (25.93 wpm)
10. pedro_serrudo (23.78 wpm)
12. jhonny_ct (23.15 wpm)
Accuracy 95.0%
Points 14.62
Text #10023 (Length: 179 characters)

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)());