QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#693704#6434. Paimon SortingRegistrationError#Compile Error//C++20217b2024-10-31 16:36:482024-10-31 16:36:48

Judging History

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

  • [2024-10-31 16:36:48]
  • 评测
  • [2024-10-31 16:36:48]
  • 提交

answer

x[] => 1 2 4 
cx[] => 0 0 0 
x[] => 4 9 21 
cx[] => 0 0 0 
x[] => 1 2 4 
cx[] => 0 0 0 
x[] => 1 11 121 
cx[] => 0 -15 -231 
x[] => 4 42 558 
cx[] => 0 -78 -1386 
x[] => 1 2 4 
cx[] => 0 0 0 
128
825
8

详细

answer.code:1:1: error: ‘x’ does not name a type
    1 | x[] => 1 2 4
      | ^