QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#418283#8416. Dzielniki [B]ZhangYiDeCompile Error//C++14952b2024-05-23 12:18:192024-05-23 12:18:57

Details

implementer.cpp: In function ‘long long int Ask(long long int)’:
implementer.cpp:254:18: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]
  254 |         for(auto [x,y]:mp) res=res*(y+1);
      |                  ^
answer.code: In function ‘int main()’:
answer.code:49:11: error: ‘getT’ was not declared in this scope; did you mean ‘GetT’?
   49 |         T=getT();
      |           ^~~~
      |           GetT
answer.code:50:11: error: ‘getn’ was not declared in this scope; did you mean ‘getw’?
   50 |         n=getn();
      |           ^~~~
      |           getw
answer.code:51:11: error: ‘getQ’ was not declared in this scope; did you mean ‘GetQ’?
   51 |         q=getQ();
      |           ^~~~
      |           GetQ
answer.code:52:11: error: ‘getC’ was not declared in this scope; did you mean ‘getc’?
   52 |         c=getC();
      |           ^~~~
      |           getc