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 |
---|---|---|---|---|
268. | jass (lazyjassy) | 39.47 | 95% | 2024-09-09 |
269. | David (ipanda27) | 39.47 | 89% | 2024-09-27 |
270. | medkha (medkhabt) | 39.41 | 94% | 2024-05-14 |
271. | Saman (saman_izadi) | 39.36 | 91% | 2025-03-12 |
272. | J Gary (jgary199) | 39.35 | 94% | 2025-06-27 |
273. | Diego (diglen_s2) | 39.35 | 97% | 2024-09-17 |
274. | jason (echefcy) | 39.34 | 92.5% | 2024-04-23 |
275. | Kevin (oishi_takoyaki) | 39.32 | 94% | 2024-07-20 |
276. | Wacky (wackyrio) | 39.26 | 94.5% | 2024-01-23 |
277. | Autumn (autumnhorn) | 39.12 | 96% | 2024-03-20 |
278. | montanaromero (montanaromero) | 39.09 | 94% | 2024-03-23 |
279. | ✌✌✌ (roolee) | 39.08 | 97% | 2024-05-09 |
280. | Dost Seferoğlu (mrwhitebird) | 39.08 | 94% | 2024-03-17 |
281. | Labione (labione) | 39.05 | 99% | 2025-08-26 |
282. | airleva8 (airleva8) | 39.00 | 96% | 2025-02-23 |
283. | Hasan (legallystoopid) | 38.95 | 91% | 2024-06-29 |
284. | Brent (bpappas) | 38.93 | 95% | 2024-01-07 |
285. | .zeki (zek1shaa) | 38.87 | 93.8% | 2024-02-05 |
286. | SkyPromp (skyprompdvorak) | 38.85 | 96.5% | 2024-03-24 |
287. | Filip (jagi125) | 38.68 | 93% | 2024-03-04 |
288. | 3000 cycles I missed you (r... | 38.64 | 94% | 2024-12-07 |
289. | Rangga (numberman32) | 38.63 | 95% | 2025-04-23 |
290. | Kevin (whisper_go) | 38.52 | 96% | 2025-04-23 |
291. | Angus (mr_angoose) | 38.46 | 95% | 2024-06-03 |
292. | mrtbts (mrtbts) | 38.41 | 94.5% | 2024-03-22 |
293. | mat O (mat_o) | 38.40 | 93% | 2024-07-11 |
294. | Per (dubgeiser) | 38.40 | 96% | 2024-08-20 |
295. | One (katate_one) | 38.38 | 94% | 2024-08-11 |
296. | vvw (anonaxol) | 38.35 | 93% | 2025-03-21 |
297. | ArifAli (testingyu) | 38.33 | 93.4% | 2024-10-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 2,283 | 37.05 | December 6, 2023 |