QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#101149 | #2920. Ultimate Binary Watch | ZhaoZiLong | Compile Error | / | / | C++98 | 996b | 2023-04-29 01:23:32 | 2023-04-29 01:23: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:15:23: error: ‘to_string’ was not declared in this scope 15 | string timeString=to_string(time); | ^~~~~~~~~