QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#222414#5. 在线 O(1) 逆元ucup-team1001Compile Error//C++20126b2023-10-21 17:08:512024-11-05 21:54:03

Judging History

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

  • [2024-11-05 21:54:03]
  • 管理员手动重测本题所有提交记录
  • [2023-10-21 17:08:52]
  • 评测
  • [2023-10-21 17:08:51]
  • 提交

answer

[1]
[1, 1]
[1, 3, 3]
[1, 6, 15, 12]
[1, 10, 45, 90, 60]
[1, 15, 105, 375, 630, 360]
[1, 21, 210, 1155, 3465, 5040, 2520]

详细

implementer.cpp: In function ‘int main()’:
implementer.cpp:22:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   22 |         scanf("%d", &n);
      |         ~~~~~^~~~~~~~~~
answer.code:1:1: error: expected unqualified-id before ‘[’ token
    1 | [1]
      | ^