I noticed something odd today. Can someone explain what's going on here ?
1. Text Spoiler
Normal Spoiler
Spoiler1
Spoiler without closing tag
Spoiler2
Text outside spoiler.
Spoiler without closing tag
Spoiler3
Normal Spoiler
Spoiler4
Also, how do you put code in a spoiler ? It no longer works the way it used to I think.
2. Code Spoiler
Code
#include <bits/stdc++.h>
using namespace std;
int main(){
return 0;
}
Here are some images for the plain text I used.
Why didn't you close the spoiler tags for 2 and 3?
Same thing happened to me when I wrote the editorial of CF round #688. I tried to put each tutorial inside a spoiler box like I did it on my previous round, but it didn't work. I was panicking trying to find out what I did wrong, and I gave up after like 30 minutes of struggling and just put them outside of spoiler boxes. I had to submit all the solutions and put links instead of pasting it directly to the post as well so that it doesn't get too long.
I thought I was the only to be like this and after reinstalling my browsers then I saw your blog :V
cout << "inline code works but not block code";
I've been trying to figure this out for the past hour. It seems like they're broken.
UPD: Fixed
Summon anyone who can fix it. This issue has made sharing code a pain.
I only have problem with images inside the spoiler. Other than that, everything's good for me. I suppose it might be some unnecessary whitespaces causing the whole container to vanish.
I posted this comment using the spoiler tags. I don't understand where it's going berserk.
In problem F, we wrote this code
We are getting WA on test case 128, and we are unable to see if we have done a error in logic or if there is an error in handling precision.
We have written a very neat code so that you won't have trouble in understanding and debugging it.
Someone please have a look at the code and help us out.
Can you please share a screenshot of what you wrote to get this ?
Posting the links since the images are too small due to the depth of this thread.
Link 1 Link 2
I definitely don't understand what's going on. i tried to replicate exactly your code and it failed but I added one new line after first ~~~~~ and it worked.
I think it's an issue related with the browser also.
Anyways, Thank you very much EnterYourName
Summon geranazavr555 I guess
Up geranazavr555
This issue had literally destroyed the editorial for global round 11.
I tried fixing it following the tricks explained in this thread, but there is one bug I could not avoid. The first [tutorial] that is put inside a spoiler (in the case of GR11, the tutorial of problem A) escapes magically from the spoiler and it is always shown to the user.
Please, fix all the issues related to spoilers.
Its been like much time about this bug now
geranazavr555 Apparently this issue has left all of the old editorials with the same condition. The codes have literally come out of the blog.
I would please request the department to do something on it. Reading old editorials is a much of a pain now.