QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#667574#5522. F*** 3-Colorable GraphsMaMengQiCompile Error//C++20671b2024-10-23 00:18:212024-10-23 00:18:26

詳細信息

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