QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#179744 | #6416. Classical Scheduling Problem | maxrgby | Compile Error | / | / | C++20 | 3.4kb | 2023-09-15 03:01:03 | 2023-09-15 03:01:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:50:13: error: expected initializer before ‘long_ans’ 50 | void prlong long_ans(long long ans,long long m,vector<pair<pair<long long,long long>,long long>> &arr){ | ^~~~~~~~ answer.code: In function ‘int main()’: answer.code:116:17: error: ‘prlong’ was not declared in this scope; did you mean ‘ulong’? 116 | prlong long_ans(ans,l,arr); | ^~~~~~ | ulong