Submission #980503

#TimeUsernameProblemLanguageResultExecution timeMemory
980503vjudge1Hexagonal Territory (APIO21_hexagon)C++17
Compilation error
0 ms0 KiB
#include "hexagon.h" #include<bits/stdc++.h> #define sz size() #define ll long long using namespace std; const ll M = 1e9 + 7; int draw_territory(int N, int A, int B, vector<int> D, vector<int> L) { if(L[0] != L[1] || L[0] != d[2]) while(true); ll ans = ((ll)L[0] + 1ll) * ((ll)L[0] + 2ll) / 2ll * (ll)A % M; return int(ans); } //void solve() //{ //} // //signed main() //{ // ios_base::sync_with_stdio(0); // cin.tie(0), cout.tie(0); //// solve(); //}

Compilation message (stderr)

hexagon.cpp: In function 'int draw_territory(int, int, int, std::vector<int>, std::vector<int>)':
hexagon.cpp:9:32: error: 'd' was not declared in this scope
    9 |     if(L[0] != L[1] || L[0] != d[2])
      |                                ^