EROR's blog

By EROR, history, 8 years ago, In English

In a previous contest i tried to solve a problem using go. After getting some WA i was able to solve this using C++. Now I am curious what is the logical difference in those two code, c++(17785256) and go(17798325). I couldn't find any.

The input that gives the go solution a WA, works fine and produces the AC output in here and in my workstation. I am using go1.6.2, where CF uses 1.5.2.

Is there anything wrong in my go submission? or is it a CF BUG?

Tags c++, go
  • Vote: I like it
  • +12
  • Vote: I do not like it

»
8 years ago, # |
Rev. 3   Vote: I like it +3 Vote: I do not like it

I don't know Go, but now it's Accepted

  • »
    »
    8 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    "Scanf, Fscanf and Sscanf require that (after skipping spaces) newlines in the format are matched by newlines in the input and vice versa. This behavior differs from the corresponding routines in C, which uniformly treat newlines as spaces."