QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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>