QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#778200 | #9628. 骰子 | HuangHanSheng | Compile Error | / | / | C++14 | 160b | 2024-11-24 13:17:50 | 2024-11-24 13:17:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:2: error: invalid preprocessing directive #inlcude; did you mean #include? 1 | #inlcude <bits/stdc++.h> | ^~~~~~~ | include answer.code: In function ‘int main()’: answer.code:6:6: error: ‘scanf’ was not declared in this scope 6 | scanf("%d%d",&n,&m); | ^~~~~ answer.code:8:6: error: ‘printf’ was not declared in this scope 8 | printf("%d\n",ans); | ^~~~~~ answer.code:1:1: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’? +++ |+#include <cstdio> 1 | #inlcude <bits/stdc++.h>