Please read the new rule regarding the restriction on the use of AI tools. ×

edwardzian0068's blog

By edwardzian0068, history, 7 years ago, In English

here's my code 27539966 submission . please ans anyone if you can . thanks in advance

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

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

It means that your program doesn't print anything, but checker expects "YES" or "NO". Check your code, because there is condition, which wasn't controlled by you.

»
4 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

You should get all the inputs as for loop, you are taking only single input.