Jump to content

Numbers k such that the last letter of k is the same as the first letter of k+1: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
(Added C++ solution)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 1,231:
{{libheader|Wren-math}}
Simple brute force approach.
<syntaxhighlight lang="ecmascriptwren">import "./fmt" for Name, Fmt
import "./math" for Nums
 
9,486

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.