0_0_39507081_2663.cpp:30:13: error: conversion from 'double' to 'long long unsigned int' in a converted constant expression
30 | int cnt[1e6 + 10];
| ~~~~^~~~
0_0_39507081_2663.cpp:30:13: error: could not convert '(1.0e+6 + (double)10)' from 'double' to 'long long unsigned int'
30 | int cnt[1e6 + 10];
| ~~~~^~~~
| |
| double
0_0_39507081_2663.cpp:30:13: error: size of array 'cnt' has non-integral type 'double'
|