QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#95175 | #5471. Interactive Number Guessing | ZhangYiDe | Compile Error | / | / | C++11 | 90b | 2023-04-09 11:35:53 | 2023-04-09 11:35:54 |
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:7:5: error: ‘cout’ was not declared in this scope 7 | cout<<"5"; | ^~~~ answer.code:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’? +++ |+#include <iostream> 1 | #inlcude<bits/stdc++.h>