QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#222414 | #5. 在线 O(1) 逆元 | ucup-team1001 | Compile Error | / | / | C++20 | 126b | 2023-10-21 17:08:51 | 2024-11-05 21:54:03 |
Judging History
你现在查看的是最新测评结果
- [2024-11-05 21:54:03]
- 管理员手动重测本题所有提交记录
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [2023-10-21 17:08:52]
- 评测
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [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] | ^