mohamedabotir's blog

By mohamedabotir, history, 3 years ago, In English

this problem i'am try to solve it but i can't i solve with c#

submission here

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it
rgb[i] = char.Parse(Console.ReadLine());

Read line then parse line to char? You have in input one line consisting of n chars, not n lines with one char