Submission #242062

#TimeUsernameProblemLanguageResultExecution timeMemory
242062michaoGap (APIO16_gap)C++14
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> #include "gap.h" #define int long long #define vi vector<int> #define pb push_back #define sz(x) (int)x.size() const int inf=1e18*2; using namespace std; vector<ll>pom,answer; long long findGap(int t, int N) { return 0; }

Compilation message (stderr)

gap.cpp:9:8: error: 'll' was not declared in this scope
 vector<ll>pom,answer;
        ^~
gap.cpp:9:10: error: template argument 1 is invalid
 vector<ll>pom,answer;
          ^
gap.cpp:9:10: error: template argument 2 is invalid