QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#346326 | #5600. Restaurant Opening | MaMengQi | Compile Error | / | / | C++17 | 649b | 2024-03-08 11:35:58 | 2024-03-08 11:35:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:18:15: error: ‘INT16_MAX’ was not declared in this scope 18 | int ans = INT16_MAX; | ^~~~~~~~~ answer.code:5:1: note: ‘INT16_MAX’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’? 4 | #include <numeric> +++ |+#include <cstdint> 5 | #include <string>