QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#861358 | #9767. 连接 | GuanYunchang | Compile Error | / | / | C++98 | 235b | 2025-01-18 17:07:26 | 2025-01-18 17:07:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:4:5: error: ‘printf’ was not declared in this scope 4 | printf("E. ???50??K.???17??N.???100??C. ???98?\nB.???????H.???????I. ???????P. ??(??)\nD.????????????M.?? ????O. ?? ???\nA.???????????????????????????????????\n"); | ^~~~~~ answer.code:2:1: note: ‘printf’ is defined in header ‘<cstdio>’; this is probably fixable by adding ‘#include <cstdio>’ 1 | #include<iostream> +++ |+#include <cstdio> 2 | using namespace std;