Submission #94175

#TimeUsernameProblemLanguageResultExecution timeMemory
94175MrTEKProsjecni (COCI16_prosjecni)C++14
Compilation error
0 ms0 KiB
#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 (stderr)

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