0_0_38880678_6709.cpp:33:12: error: conversion from 'double' to 'long long unsigned int' in a converted constant expression
33 | int dp[15][1e5],n,m,idx,lim;
| ^~~
0_0_38880678_6709.cpp:33:12: error: could not convert '1.0e+5' from 'double' to 'long long unsigned int'
33 | int dp[15][1e5],n,m,idx,lim;
| ^~~
| |
| double
0_0_38880678_6709.cpp:33:12: error: size of array 'dp' has non-integral type 'double'
|