View Pit Stop page for race #154 by samiraarancibia123426 — Ghost race
View profile for samiraarancibia (samiraarancibia123426)
Official speed | 29.04 wpm (73.97 seconds elapsed during race) |
---|---|
Race Start | June 30, 2025 1:47:31am UTC |
Race Finish | June 30, 2025 1:48:45am UTC |
Outcome | No win (3 of 5) |
Opponents |
4. sharick_chungara (28.05 wpm) 5. nessa2 (24.23 wpm) |
Accuracy | 93.0% |
Points | 14.52 |
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)()); |