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)());
—from C++26 Standard Draft N4964 - Lambdas in C++ Constant Expressions, a software by C++ Committee
Active since December 6, 2023.
179 total characters in this text.
View Pit Stop page for this text
| Rank | Username | WPM | Accuracy | Date |
|---|---|---|---|---|
| 509. | bhushan (bhushan_144) | 31.29 | 92% | 2025-08-23 |
| 510. | Carlos (ovalle) | 31.23 | 94% | 2024-11-27 |
| 511. | Dolce (dolce_mobao) | 31.20 | 94% | 2024-07-22 |
| 512. | Hiep (hiepvd1k) | 31.16 | 96% | 2024-06-19 |
| 513. | sn (slkuy) | 31.13 | 92% | 2024-06-08 |
| 514. | FITRI (slowfinger22) | 31.12 | 89% | 2025-02-27 |
| 515. | gohanrebong2512@gmail,com (... | 31.12 | 90% | 2024-11-18 |
| 516. | Sauski (sauski) | 31.09 | 96% | 2024-02-01 |
| 517. | Dylan (argyl) | 31.08 | 90% | 2024-03-06 |
| 518. | r (blazinrt) | 31.07 | 94% | 2024-05-28 |
| 519. | YT (tim72) | 31.07 | 95% | 2025-08-17 |
| 520. | pug (poug) | 31.05 | 94% | 2025-01-15 |
| 521. | bachubanphim (khaiky71) | 31.05 | 91% | 2025-07-31 |
| 522. | ain (lvndrai) | 31.04 | 94% | 2024-06-08 |
| 523. | InComing (asonrk1) | 31.02 | 95% | 2024-05-17 |
| 524. | Jasel (js_3l) | 31.01 | 93% | 2024-11-05 |
| 525. | Fayedolla22 (fayedolla_22) | 31.00 | 92% | 2024-05-24 |
| 526. | Palestine Freedom (greenza) | 30.97 | 97% | 2024-05-13 |
| 527. | holmes (holmes6608) | 30.87 | 96% | 2024-05-17 |
| 528. | Ramez (ramezz) | 30.87 | 93% | 2025-11-15 |
| 529. | Sxi (sxigames) | 30.86 | 90% | 2024-03-18 |
| 530. | Jaydotsun (jaydotsun) | 30.78 | 91% | 2025-01-13 |
| 531. | BerkayKahraman (berkaykahra... | 30.77 | 96% | 2023-12-13 |
| 532. | Raymond (rraymondx) | 30.77 | 94% | 2024-01-29 |
| 533. | N0body1001 (n0body1001) | 30.77 | 96% | 2025-01-25 |
| 534. | Froody (froody129) | 30.71 | 92% | 2024-03-12 |
| 535. | Phaced (phaced) | 30.71 | 94% | 2024-02-05 |
| 536. | percival (samuelnirina) | 30.68 | 94% | 2025-01-23 |
| 537. | Casper (asymmetry) | 30.68 | 92% | 2025-01-22 |
| 538. | Mani (user_mani) | 30.67 | 94% | 2025-02-05 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 2,283 | 37.05 | December 6, 2023 |