QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#750923 | #8056. Travel 2 | ucup-team5637 | Compile Error | / | / | C++14 | 1.8kb | 2024-11-15 16:22:05 | 2024-11-15 16:22:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void work()’: answer.code:90:12: error: conflicting declaration ‘std::string s’ 90 | string s; | ^ answer.code:38:12: note: previous declaration as ‘long long unsigned int s’ 38 | int n, s; | ^