Activity for Europe2048
| Type | On... | Excerpt | Status | Date |
|---|---|---|---|---|
| Edit | Post #292890 | Initial revision | — | almost 2 years ago |
| Answer | — |
A: Make $2 + 2 = 5$ UiuaSBCS `# Experimental!`, 8 bytes ++↧∩=₂,, Try it here! Explanation ```plaintext ++↧∩=₂,, ,, Make a copy of the two arguments ∩=₂ Are they both equal to 2? ↧ Minimum ++ Add the three values ``` (more) |
— | almost 2 years ago |
| Edit | Post #292722 | Initial revision | — | almost 2 years ago |
| Answer | — |
A: How many odd digits? Vyxal, 4 bytes Expects a string. O2%∑ Try it here! Explanation ``` O2%∑ O ord 2% modulo 2 ∑ sum ``` (more) |
— | almost 2 years ago |
