QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#479713 | #5. 在线 O(1) 逆元 | BlackPanda | Compile Error | / | / | C++14 | 3b | 2024-07-15 20:26:02 | 2024-11-05 22:00:21 |
Judging History
你现在查看的是最新测评结果
- [2024-11-05 22:00:21]
- 管理员手动重测本题所有提交记录
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [2024-07-15 20:26:03]
- 评测
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [2024-07-15 20:26:02]
- 提交
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 | ^~~