View Pit Stop page for race #150 by samiraarancibia123426 — Ghost race
View profile for samiraarancibia (samiraarancibia123426)
Official speed | 33.18 wpm (64.74 seconds elapsed during race) |
---|---|
Race Start | June 30, 2025 1:36:52am UTC |
Race Finish | June 30, 2025 1:37:57am UTC |
Outcome | No win (2 of 5) |
Opponents |
4. sharick_chungara (25.98 wpm) 5. nessa2 (24.60 wpm) |
Accuracy | 94.0% |
Points | 16.59 |
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)()); |