Main.cc:11:27: error: narrowing conversion of ‘1.0000000000000001e-9’ from ‘double’ to ‘int’ inside { } [-Wnarrowing] int stk [100001] = { 1e-9 } ; ^