leetle

Daily challenge for 2026-03-27

451. String Array Concatenation Sum

Given an array of strings arr, return the sum of the lengths of all strings in the array. If the array is empty, return 0.

Example:
Input: ["hello","world"]
Output: 10

Run this challenge interactively in Python or JavaScript when the app loads.