Race Result Details |
| Racer | shashi (shashifr) |
| Race Number | 3 |
| Date | Tue, 10 Feb 2026 9:45:16 |
| Universe | code |
| Speed |
29 WPM
Try to beat?
|
| Accuracy | 96% |
| Rank | 4th place (out of 5) |
| Opponents | corsair_1234 (1st place) utsav_satane (2nd place) |
Text typed:
|
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)());
— (software)
by C++ Committee
(see stats)
|
