0_0_39734059_11661.cpp:6:6: error: conversion from 'double' to 'long long unsigned int' in a converted constant expression
6 | } ig[1e5];
| ^~~
0_0_39734059_11661.cpp:6:6: error: could not convert '1.0e+5' from 'double' to 'long long unsigned int'
6 | } ig[1e5];
| ^~~
| |
| double
0_0_39734059_11661.cpp:6:6: error: size of array 'ig' has non-integral type 'double'
0_0_39734059_11661.cpp:8:10: error: conversion from 'double' to 'long long unsigned int' in a converted constant expression
8 | bool vis[1e5];
| ^~~
0_0_39734059_11661.cpp:8:10: error: could not convert '1.0e+5' from 'double' to 'long long unsigned int'
8 | bool vis[1e5];
| ^~~
| |
| double
0_0_39734059_11661.cpp:8:10: error: size of array 'vis' has non-integral type 'double'
|