QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#137536#4896. Alice、Bob 与 DFSOJFCompile Error//C++14253b2023-08-10 13:50:152023-08-10 13:50:57

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-08-10 13:50:57]
  • 评测
  • [2023-08-10 13:50:15]
  • 提交

answer

Alice 和 Bob 又打算玩游戏了。
有一个点数为 的有向无环图(点从 开始编号),每个点要么是黑点,要么是白点。图中可能有重边,每个点的出边是有序的。
有一段 DFS 程序,其伪代码如下:

Details

answer.code:1:14: error: extended character 。 is not valid in an identifier
    1 | Alice 和 Bob 又打算玩游戏了。
      |              ^
answer.code:2:33: error: extended character 。 is not valid in an identifier
    2 | 有一个点数为 的有向无环图(点从 开始编号),每个点要么是黑点,要么是白点。图中可能有重边,每个点的出边是有序的。
      |                                 ^
answer.code:2:33: error: extended character 。 is not valid in an identifier
answer.code:1:1: error: ‘Alice’ does not name a type
    1 | Alice 和 Bob 又打算玩游戏了。
      | ^~~~~