QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#314936#4186. Card TradingGuanYunchangCompile Error//C++111.4kb2024-01-26 15:05:242024-01-26 15:05:24

Details

answer.code:18:14: error: elements of array ‘std::array<long long int, 3> s [1000010]’ have incomplete type
   18 | array<ll, 3> s[N];
      |              ^
answer.code:18:14: error: storage size of ‘s’ isn’t known