exit code: -1073741819 (STATUS_ACCESS_VIOLATION)

Правка en2, от kl0989e, 2024-04-25 23:14:28

Can somebody please help me, I was solving 626F - Group Projects and my submission got verdict runtime error and exit code: -1073741819 (STATUS_ACCESS_VIOLATION). I tried to run code with failing test on my computer, but everything worked correctly. I tried to solve this problem using custom invasion and when I added int aa=i+j+l; into the code then my code passed 2 more test and then got the same verdict. I also read over my code many times but I didn't find the source of this issue.

submissions: 258157425, 258157468 I also have some submissions under a private group, but they are all basically the same.

Does somebody know the source of this issue and how to fix it?

Теги judgmental bugs, bugs, runtime error, -1073741819

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский kl0989e 2024-04-25 23:14:28 1 Tiny change: 'ded `int a=i+j+l;` ' -> 'ded `int aa=i+j+l;` '
en1 Английский kl0989e 2024-04-25 23:07:11 750 Initial revision (published)