QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#101204 | #2920. Ultimate Binary Watch | GuanYunChang | Compile Error | / | / | C++98 | 918b | 2023-04-29 02:31:59 | 2023-04-29 02:32:03 |
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); | ^~~~~~~~~