QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#156451#7112. XOR Cliqueucup-team1154#Compile Error//C++17353b2023-09-02 13:34:592023-09-02 14:51:09

Details

answer.code: In function ‘void solve()’:
answer.code:12:16: error: ‘_lg’ was not declared in this scope
   12 |             if(_lg(a[i]))>
      |                ^~~
answer.code:12:26: error: expected primary-expression before ‘>’ token
   12 |             if(_lg(a[i]))>
      |                          ^
answer.code:13:9: error: expected primary-expression before ‘}’ token
   13 |         }
      |         ^