QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#603680#7860. Graph of Maximum Degree 3PHarrCompile Error//C++20164b2024-10-01 18:18:272024-10-01 18:18:29

Judging History

你现在查看的是最新测评结果

  • [2024-10-01 18:18:29]
  • 评测
  • [2024-10-01 18:18:27]
  • 提交

answer

#include <bits/stdc++.h>

using namespace std;

using i32 = int32_t;


i32 main() {
    ios::sync_with_stdio(false), cin.tie(nullptr);
    return 0;
}
 

详细

answer.code:12:1: error: extended character   is not valid in an identifier
   12 |  
      | ^
answer.code:12:1: error: ‘ ’ does not name a type
   12 |  
      | ^