QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#458963#8834. Formal Fringucup-team2819#Compile Error//C++14812b2024-06-29 20:59:382024-06-29 20:59:38

Details

answer.code: In function ‘int main()’:
answer.code:38:25: error: ‘ll’ was not declared in this scope
   38 |                         ll p,j;
      |                         ^~
answer.code:39:29: error: ‘j’ was not declared in this scope
   39 |                         for(j=k,p=0;j>=0;j--,p++)
      |                             ^
answer.code:39:33: error: ‘p’ was not declared in this scope
   39 |                         for(j=k,p=0;j>=0;j--,p++)
      |                                 ^
answer.code:48:47: error: ‘p’ was not declared in this scope
   48 |                         cout<<ans[rx]*ans[(1<<p)-1]<<' ';
      |                                               ^