Submission #715054

# Submission time Handle Problem Language Result Execution time Memory
715054 2023-03-25T21:52:16 Z The_Cat_Person Logičari (COCI21_logicari) C++14
Compilation error
0 ms 0 KB
#include <iostream>

using namespace std;
int n;

int main()
{
i=0
    while (i<n)
    {
      string line;
      cin >> line;
      i++
    }
  	
  	cout <<n;
    return 0;
}

Compilation message

Main.cpp: In function 'int main()':
Main.cpp:8:1: error: 'i' was not declared in this scope
    8 | i=0
      | ^