QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#810616 | #9870. Items | ucup-team1721 | Compile Error | / | / | C++23 | 13.1kb | 2024-12-12 02:00:21 | 2024-12-12 02:00:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In instantiation of ‘solve()::<lambda(int)>::<lambda(auto:65&&, int, int)> [with auto:65 = solve()::<lambda(int)>::<lambda(auto:65&&, int, int)>&]’: answer.code:387:21: required from here answer.code:376:30: error: conversion from ‘vector<long long int>’ to non-scalar type ‘vector<long int>’ requested 376 | std::vector<i64> rlt = ArbitraryModConvolution::CooleyTukey::multiply(lp, rp); | ^~~