Timeline for Calculate the sum of numbers in a rectangle
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 24, 2024 at 11:50 | history | edited | Lucenaposition | CC BY-SA 4.0 | edited body |
| Aug 24, 2024 at 10:27 | comment | added | Aiden Chow | You can use a byte counter tool like this one to find the byte count of your answer. | |
| Aug 24, 2024 at 10:26 | comment | added | Aiden Chow | This is 49 bytes, not 45. The ∑ character counts as 3 bytes. | |
| Aug 24, 2024 at 3:01 | history | edited | Lucenaposition | CC BY-SA 4.0 | added 47 characters in body |
| Aug 24, 2024 at 2:33 | comment | added | Aiden Chow | You can see an example of how I format my answers in this Desmos answer of mine: codegolf.stackexchange.com/a/272766/96039 | |
| Aug 24, 2024 at 2:26 | comment | added | Aiden Chow | The header link should be just a link to the language website (in this case, https://www.desmos.com/calculator). The link to your code should be separate from the header link and should be placed in the body of your answer. You also can replace \sum with ∑ to save 2 bytes. A bit of algebraic manipulation gives a further two bytes save. Here is a link that shows the resulting golfs: Try It On Desmos! | |
| Aug 23, 2024 at 11:27 | history | edited | Lucenaposition | CC BY-SA 4.0 | somehow I forgot about \sum in Desmos |
| Aug 23, 2024 at 2:28 | history | answered | Lucenaposition | CC BY-SA 4.0 |