Ghadeer_Elsalhawy's blog

By Ghadeer_Elsalhawy, history, 4 years ago, In English

I run the code on visual studio and it prints the right results but when I submit it it doesn't work. Can you tell me what is the problem, please? this is my submission: 97513553

  • Vote: I like it
  • -20
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Change all string into char. That's because C++ reads a string until it finds a blank character.