Intuition2.0's blog

By Intuition2.0, history, 2 months ago, In English

With respect to this problem : 2050G - Tree Destruction

Using vector of vector, compiled successfully and giving correct output
But when trying the same with array of vectors, it doesn't compile

Error by compiler -> error: use of deleted function 'main()::<lambda(auto:28, int, int)>::~<lambda>()' <lambda(auto:28, int, int)>::~<lambda>()' is implicitly deleted because the default definition would be ill-formed:

I want to know why this is happening. Can someone please tell me the reason behind this unknown behavior of lambda function ?

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it

By Intuition2.0, 4 months ago, In English

When I try to open any submission(either previous or latest), it shows N/A for most of the times.

Full text and comments »

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