QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#367710#7933. Build PermutationZhangYiDeCompile Error//C++201.1kb2024-03-26 12:14:482024-03-26 12:14:49

Details

answer.code: In function ‘int main()’:
answer.code:29:30: error: ‘ceil’ was not declared in this scope
   29 |         vector<bool> isequal(ceil(N/2), false);
      |                              ^~~~