QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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); | ^~~