ryoko1's blog

By ryoko1, history, 7 years ago, In English

Here is my code: 26360123`

I am getting the output as : Runtime error: exit code is -1073741819 Your help will be appreciated!!

  • Vote: I like it
  • -8
  • Vote: I do not like it

| Write comment?
»
7 years ago, # |
Rev. 2   Vote: I like it +2 Vote: I do not like it

Pay more attention to what you write and learn how to debug your own code

for(int i=0;i<3;i++){
    {
        for(int j=0;i<3;j++)
        cout<<arr[i][j];
    }

Second for has wrong condition and var j infinitely increases