View Pit Stop page for race #44 by nessa2 — Ghost race
View profile for Fátima (nessa2)
Official speed | 24.60 wpm (87.32 seconds elapsed during race) |
---|---|
Race Start | June 30, 2025 1:36:52am UTC |
Race Finish | June 30, 2025 1:38:20am UTC |
Outcome | No win (5 of 5) |
Opponents |
2. samiraarancibia123426 (33.18 wpm) 4. sharick_chungara (25.98 wpm) |
Accuracy | 97.0% |
Points | 12.30 |
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)()); |