+ 15
Can you see where the error is in this code?
I couldn't solve a code coach problem because of some invisible error. I copied the code to "Error Example". Then I rewrote everything and sure enough — everything works flawlessly. What the heck is wrong 🙅? https://code.sololearn.com/cZhtjgPvIEVg/?ref=app https://code.sololearn.com/ct97r5GxwGim/?ref=app
6 ответов
+ 15
Thank you, JESUS EDUARDO CANUL KOYOC 😄!
Any idea what was the cause?
+ 12
Okay, thanks again!
+ 3
Some special character is used between
if (res > 10000) {
^
as u can see there is small unexpected space
res <- res * x
if (res > 10000) {
^
+ 3
Yarik Yaroo the sintax in line 9 is wrong, check the comments in your code bro
+ 3
No. I'm sorry