+ 3
Why this code don't work and how I can fix it?
3 ответов
+ 5
Convert.ToInt32(Console.Readline()));
Readline ==> ReadLine
())) ==> ())
In line 24, you're using .ToDouble on an int
+ 2
Problem was closed. Thanks to all of you.
- 1
Oh, yeah, I am an idiot