Submission #715053

# Submission time Handle Problem Language Result Execution time Memory
715053 2023-03-25T21:51:54 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:2: error: 'i' was not declared in this scope
    8 |  i=0
      |  ^