QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#140148#5413. 同构判定鸡flower#Compile Error//C++201.6kb2023-08-15 10:21:192024-07-04 01:43:07

Details

answer.code:43:15: error: expected ‘{’ before numeric constant
   43 | namespace sub 3{
      |               ^
answer.code:43:15: error: expected unqualified-id before numeric constant
answer.code: In function ‘int main()’:
answer.code:68:36: error: ‘sub3’ has not been declared
   68 |                 else if(type == 3) sub3::work();
      |                                    ^~~~