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