QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#700246 | #5. 在线 O(1) 逆元 | XiCen | Compile Error | / | / | C++14 | 4b | 2024-11-02 12:30:53 | 2024-11-02 12:30:54 |
Judging History
This is a historical verdict posted at 2024-11-02 12:30:54.
- [2024-11-05 22:07:44]
- 管理员手动重测本题所有提交记录
- Verdict: Compile Error
- Time: 0ms
- Memory: 0kb
- [2024-11-02 12:30:54]
- Judged
- Verdict: Compile Error
- Time: 0ms
- Memory: 0kb
- [2024-11-02 12:30:53]
- Submitted
answer
ssad
詳細信息
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: ‘ssad’ does not name a type 1 | ssad | ^~~~