QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#471777#905. 三元环枚举CristianoRonaldo#Compile Error//C++141.2kb2024-07-11 08:26:292024-07-11 08:26:30

Details

answer.code: In function ‘int main()’:
answer.code:34:33: error: expected ‘;’ before ‘}’ token
   34 |             if (vis[w] == u) ans
      |                                 ^
      |                                 ;
   35 |     } cout << ans;
      |     ~