Problem feast
User Pyrros
Submission Time 2023-03-11 15:27:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

feast.cpp:6:30: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
6 | ll memo[300005][300005][3*1e5+5];
| ~~~~~^~
feast.cpp:6:30: error: could not convert ‘(((double)3 * 1.0e+5) + (double)5)’ from ‘double’ to ‘long unsigned int’
feast.cpp:6:30: error: size of array ‘memo’ has non-integral type ‘double’