We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Simple Text Editor
Simple Text Editor
Sort by
recency
|
543 Discussions
|
Please Login in order to post a comment
include
int main(){ //rudransh op in the chat //mohammad kaif topi in the chat return 0; }
Isn't the expected output of the sample test case wrong?
Input (stdin): 1 abc, 3 3, 2 3, 1 xy, 3 2, 3 1
The data contents should be: 1 abc => abc 3 3 => print c 2 3 => deleted abc 1 xy => xy 3 2 => print y 3 1 => print x (not a)