square root symbol

This commit is contained in:
Jidong Xiao
2023-11-07 10:42:44 -05:00
parent b9f5067548
commit 0ff35808d6

View File

@@ -27,10 +27,10 @@ Input: n = 19
Output: true Output: true
Explanation: Explanation:
12 + 92 = 82 1^2 + 9^2 = 82
82 + 22 = 68 8^2 + 2^2 = 68
62 + 82 = 100 6^2 + 8^2 = 100
12 + 02 + 02 = 1 1^2 + 0^2 + 0^2 = 1
``` ```
```console ```console