dna.cpp:6:11: error: conversion from 'double' to 'long unsigned int' in a converted constant expression
6 | int a1[1e5+1], a2[1e5+1], t1[1e5+1], t2[1e5+1], c1[1e5+1], c2[1e5+1], f[1e5+1];
| ~~~^~
dna.cpp:6:11: error: could not convert '(1.0e+5 + (double)1)' from 'double' to 'long unsigned int'
dna.cpp:6:11: error: size of array 'a1' has non-integral type 'double'
dna.cpp:6:22: error: conversion from 'double' to 'long unsigned int' in a converted constant expression
6 | int a1[1e5+1], a2[1e5+1], t1[1e5+1], t2[1e5+1], c1[1e5+1], c2[1e5+1], f[1e5+1];
| ~~~^~
dna.cpp:6:22: error: could not convert '(1.0e+5 + (double)1)' from 'double' to 'long unsigned int'
dna.cpp:6:22: error: size of array 'a2' has non-integral type 'double'
dna.cpp:6:33: error: conversion from 'double' to 'long unsigned int' in a converted constant expression
6 | int a1[1e5+1], a2[1e5+1], t1[1e5+1], t2[1e5+1], c1[1e5+1], c2[1e5+1], f[1e5+1];
| ~~~^~
dna.cpp:6:33: error: could not convert '(1.0e+5 + (double)1)' from 'double' to 'long unsigned int'
dna.cpp:6:33: error: size of array 't1' has non-integral type 'double'
dna.cpp:6:44: error: conversion from 'double' to 'long unsigned int' in a converted constant expression
6 | int a1[1e5+1], a2[1e5+1], t1[1e5+1], t2[1e5+1], c1[1e5+1], c2[1e5+1], f[1e5+1];
| ~~~^~
dna.cpp:6:44: error: could not convert '(1.0e+5 + (double)1)' from 'double' to 'long unsigned int'
dna.cpp:6:44: error: size of array 't2' has non-integral type 'double'
dna.cpp:6:55: error: conversion from 'double' to 'long unsigned int' in a converted constant expression
6 | int a1[1e5+1], a2[1e5+1], t1[1e5+1], t2[1e5+1], c1[1e5+1], c2[1e5+1], f[1e5+1];
| ~~~^~
dna.cpp:6:55: error: could not convert '(1.0e+5 + (double)1)' from 'double' to 'long unsigned int'
dna.cpp:6:55: error: size of array 'c1' has non-integral type 'double'
dna.cpp:6:66: error: conversion from 'double' to 'long unsigned int' in a converted constant expression
6 | int a1[1e5+1], a2[1e5+1], t1[1e5+1], t2[1e5+1], c1[1e5+1], c2[1e5+1], f[1e5+1];
| ~~~^~
dna.cpp:6:66: error: could not convert '(1.0e+5 + (double)1)' from 'double' to 'long unsigned int'
dna.cpp:6:66: error: size of array 'c2' has non-integral type 'double'
dna.cpp:6:76: error: conversion from 'double' to 'long unsigned int' in a converted constant expression
6 | int a1[1e5+1], a2[1e5+1], t1[1e5+1], t2[1e5+1], c1[1e5+1], c2[1e5+1], f[1e5+1];
| ~~~^~
dna.cpp:6:76: error: could not convert '(1.0e+5 + (double)1)' from 'double' to 'long unsigned int'
dna.cpp:6:76: error: size of array 'f' has non-integral type 'double'