View Pit Stop page for race #85 by alex_ramos — Ghost race
View profile for alexVladimirQuecaña (alex_ramos)
Official speed | 23.06 wpm (93.15 seconds elapsed during race) |
---|---|
Race Start | June 27, 2025 12:42:53am UTC |
Race Finish | June 27, 2025 12:44:26am UTC |
Outcome | No win (9 of 12) |
Opponents |
1. beltran_tarqui (36.80 wpm) 2. maria_ortega10 (33.89 wpm) 4. tocsky (26.76 wpm) 5. sharick_chungara (26.28 wpm) 6. machuran3 (25.53 wpm) 7. samiraarancibia123426 (25.02 wpm) 8. jhonny_ct (24.15 wpm) 11. sarai_vega012 (21.29 wpm) |
Accuracy | 94.0% |
Points | 11.53 |
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)()); |