Блог пользователя ryoko1

Автор ryoko1, история, 7 лет назад, По-английски

Here is my code: 26360123`

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

  • Проголосовать: нравится
  • -8
  • Проголосовать: не нравится

»
7 лет назад, # |
Rev. 2   Проголосовать: нравится +2 Проголосовать: не нравится

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