View Pit Stop page for race #8 by ctring — Ghost race
View profile for Cuong (ctring)
| Official speed | 65.18 wpm (32.95 seconds elapsed during race) |
|---|---|
| Race Start | July 11, 2025 6:56:50am UTC |
| Race Finish | July 11, 2025 6:57:23am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 96.0% |
| Points | 32.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)()); |