zhugezy's blog

By zhugezy, history, 2 years ago, In English

I met with some weird problems when solving https://codeforces.com/contest/1599/problem/C The question is simple, but plz take a look at these 4 submissions below:

Case 1:

https://codeforces.com/contest/1599/submission/133010155

https://codeforces.com/contest/1599/submission/133010068

The only difference is the "inline" of the function double mypr.

Take a look at the test cases for more information.

Case 2:

https://codeforces.com/contest/1599/submission/133012557

https://codeforces.com/contest/1599/submission/133012618

The only difference is the "cout" line in function int solve.

Also take a look at the test cases for more information.

Compiler: GNU G++14 6.4.0

Everything works fine on my local environment, G++11/14 or else.

So is there any problem with codeforces, or is it my fault?

Full text and comments »

  • Vote: I like it
  • +22
  • Vote: I do not like it