Timeline for Print/Output all positive numbers in which every multi-digit substring in its decimal representation is also prime.
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 12, 2019 at 13:43 | history | edited | gastropner | CC BY-SA 4.0 | added 26 characters in body |
| Oct 11, 2019 at 11:21 | history | edited | gastropner | CC BY-SA 4.0 | added 8 characters in body |
| Mar 29, 2018 at 14:36 | history | edited | gastropner | CC BY-SA 3.0 | added 161 characters in body |
| Mar 29, 2018 at 14:26 | comment | added | gastropner | @KevinCruijssen Cheers! | |
| Mar 29, 2018 at 14:26 | history | edited | gastropner | CC BY-SA 3.0 | added 40 characters in body |
| Mar 29, 2018 at 11:34 | comment | added | Kevin Cruijssen | ||n<10 can be |n<10 and for(n=1;n<1e4;n++) can be for(n=0;++n<1e4;) for -2 bytes. | |
| Mar 29, 2018 at 10:59 | history | answered | gastropner | CC BY-SA 3.0 |