QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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>