QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#815809#9183. BouquetMaMengQiCompile Error//C++17178b2024-12-15 17:21:232024-12-15 17:21:24

Details

answer.code: In function ‘int main()’:
answer.code:8:24: error: ‘i’ was not declared in this scope
    8 |         cout<<(n-1)/(l[i]+1)+1;
      |                        ^