template<typename ...Args> bool all(Args ...args) { return (... && args); } bool b = all(true, true, true, false); // Within the instantiation of all, the returned expression expands to ((true && true) && true) && false, which evaluates to false.
—from C++26 Standard Draft N4964 - Lambdas in C++ Constant Expressions, a software by C++ Committee
Active since December 4, 2023.
246 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
1. | washed (zak389) | 87.93 | 96% | 2024-07-22 |
2. | Jay (kamikamigod) | 67.25 | 95.1% | 2023-12-05 |
3. | muchinchai (muchinchai) | 66.63 | 96.4% | 2023-12-04 |
4. | Tara (tarabryn) | 49.78 | 97.1% | 2023-12-07 |
5. | DNF (lam4nk) | 48.94 | 91.6% | 2023-12-05 |
6. | ArifAli (testingyu) | 44.97 | 94.4% | 2023-12-07 |
7. | KEN (kent_type) | 43.44 | 93.4% | 2023-12-06 |
8. | Type (typeracer_0) | 32.19 | 93% | 2023-12-04 |
9. | Afzal (afzal_ansari) | 27.18 | 92.6% | 2023-12-04 |
10. | We Love All Muslim (wrongpa... | 26.16 | 91.6% | 2023-12-07 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 19 | 53.28 | December 4, 2023 |