QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#479715#5. 在线 O(1) 逆元BlackPandaCompile Error//C++143b2024-07-15 20:28:132024-07-15 20:28:15

Judging History

你现在查看的是测评时间为 2024-07-15 20:28:15 的历史记录

  • [2024-11-05 22:00:22]
  • 管理员手动重测本题所有提交记录
  • [2024-07-15 20:28:15]
  • 评测
  • [2024-07-15 20:28:13]
  • 提交

answer

111

详细

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 numeric constant
    1 | 111
      | ^~~