QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#546946 | #4783. 神秘货币 | brianxi | Compile Error | / | / | C++14 | 7b | 2024-09-04 16:07:54 | 2024-09-04 16:07:55 |
Judging History
This is the latest submission verdict.
- [2024-09-04 16:07:55]
- Judged
- Verdict: Compile Error
- Time: 0ms
- Memory: 0kb
- [2024-09-04 16:07:54]
- Submitted
answer
haoxian
Details
implementer.cpp: In function ‘bool query(long long int)’: implementer.cpp:8:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 8 | scanf("%d", &ret); | ~~~~~^~~~~~~~~~~~ implementer.cpp: In function ‘int main(int, char**)’: implementer.cpp:24:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 24 | scanf("%d", &type); | ~~~~~^~~~~~~~~~~~~ answer.code:1:1: error: ‘haoxian’ does not name a type 1 | haoxian | ^~~~~~~