QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#667574#5522. F*** 3-Colorable GraphsMaMengQiCompile Error//C++20671b2024-10-23 00:18:212024-10-23 00:18:26

Details

answer.code: In function ‘int main()’:
answer.code:11:10: error: ‘n’ was not declared in this scope
   11 |     cin>>n>>m;
      |          ^
answer.code:11:13: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
   11 |     cin>>n>>m;
      |             ^
      |             tm