QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#338023#5435. Clamped Sequenceucup-team3060#Compile Error//C++141.3kb2024-02-25 17:00:402024-02-25 17:00:40

Details

answer.code: In function ‘int main()’:
answer.code:34:22: error: ‘clamp’ was not declared in this scope
   34 |             int ai = clamp(a[j], l, r);
      |                      ^~~~~
answer.code:47:22: error: ‘clamp’ was not declared in this scope
   47 |             int ai = clamp(a[j], l, r);
      |                      ^~~~~