0_0_39572321_23271.cpp:3:14: error: conversion from 'double' to 'long long unsigned int' in a converted constant expression
3 | #define N 2e5+10
| ~~~^~~
0_0_39572321_23271.cpp:4:7: note: in expansion of macro 'N'
4 | int a[N],b[N];
| ^
0_0_39572321_23271.cpp:3:14: error: could not convert '(2.0e+5 + (double)10)' from 'double' to 'long long unsigned int'
3 | #define N 2e5+10
| ~~~^~~
| |
| double
0_0_39572321_23271.cpp:4:7: note: in expansion of macro 'N'
4 | int a[N],b[N];
| ^
0_0_39572321_23271.cpp:3:14: error: size of array 'a' has non-integral type 'double'
3 | #define N 2e5+10
| ~~~^~~
0_0_39572321_23271.cpp:4:7: note: in expansion of macro 'N'
4 | int a[N],b[N];
| ^
0_0_39572321_23271.cpp:3:14: error: conversion from 'double' to 'long long unsigned int' in a converted constant expression
3 | #define N 2e5+10
| ~~~^~~
0_0_39572321_23271.cpp:4:12: note: in expansion of macro 'N'
4 | int a[N],b[N];
| ^
0_0_39572321_23271.cpp:3:14: error: could not convert '(2.0e+5 + (double)10)' from 'double' to 'long long unsigned int'
3 | #define N 2e5+10
| ~~~^~~
| |
| double
0_0_39572321_23271.cpp:4:12: note: in expansion of macro 'N'
4 | int a[N],b[N];
| ^
0_0_39572321_23271.cpp:3:14: error: size of array 'b' has non-integral type 'double'
3 | #define N 2e5+10
| ~~~^~~
0_0_39572321_23271.cpp:4:12: note: in expansion of macro 'N'
4 | int a[N],b[N];
| ^
|