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