Submission #94175

# Submission time Handle Problem Language Result Execution time Memory
94175 2019-01-16T12:28:48 Z MrTEK Prosjecni (COCI16_prosjecni) C++14
Compilation error
0 ms 0 KB
#include <bits/stdc++.h>

using namespace std;

typedef long long int ll;
typedef pair<int,int> ii;

const int N = 1e5 + 5;

int main() {
  ios_base::sync_with_stdio(false);
  cin.tie(NULL); cout.tie(NULL);
  if (n != 2)
    cout << "-1\n";
}

Compilation message

prosjecni.cpp: In function 'int main()':
prosjecni.cpp:13:7: error: 'n' was not declared in this scope
   if (n != 2)
       ^