What's the difference between declaring all needed libraries and using bits/stdc++.h ?

Revision en2, by MickyOr, 2015-11-23 19:49:23

I was having trouble with this problem: 584B - Kolya and Tanya , after a lot of trying I finally gave up, read the tutorial and found out that my solution was right. Confused, I tried a lot of stuff and rewrote my code several times but I couldn't get trough the same test case every time, then I changed the library from bits/stdc++.h to iostream and it worked! I sent it and finally got AC :D I couldn't believe that it was because of that, so I sent the same code with bits/stdc++.h and got WA. Here are those submissions: 14429081, 14429091

Why does that happen? Should I stop using bits/stdc++.h?

EDIT: sorry, It was a silly mistake :P

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English MickyOr 2015-11-23 19:49:23 46 Tiny change: '/stdc++.h?' -> '/stdc++.h?\n\n**EDIT:** sorry, It was a silly mistake :P'
en1 English MickyOr 2015-11-23 19:29:03 707 Initial revision (published)