0_0_39824575_11197.cpp:4:13: error: conversion from 'double' to 'long long unsigned int' in a converted constant expression
4 | #define MAX 5e6
| ^~~
0_0_39824575_11197.cpp:6:9: note: in expansion of macro 'MAX'
6 | int pre[MAX];
| ^~~
0_0_39824575_11197.cpp:4:13: error: could not convert '5.0e+6' from 'double' to 'long long unsigned int'
4 | #define MAX 5e6
| ^~~
| |
| double
0_0_39824575_11197.cpp:6:9: note: in expansion of macro 'MAX'
6 | int pre[MAX];
| ^~~
0_0_39824575_11197.cpp:4:13: error: size of array 'pre' has non-integral type 'double'
4 | #define MAX 5e6
| ^~~
0_0_39824575_11197.cpp:6:9: note: in expansion of macro 'MAX'
6 | int pre[MAX];
| ^~~
0_0_39824575_11197.cpp:4:13: error: conversion from 'double' to 'long long unsigned int' in a converted constant expression
4 | #define MAX 5e6
| ^~~
0_0_39824575_11197.cpp:15:13: note: in expansion of macro 'MAX'
15 | int union_n[MAX];
| ^~~
0_0_39824575_11197.cpp:4:13: error: could not convert '5.0e+6' from 'double' to 'long long unsigned int'
4 | #define MAX 5e6
| ^~~
| |
| double
0_0_39824575_11197.cpp:15:13: note: in expansion of macro 'MAX'
15 | int union_n[MAX];
| ^~~
0_0_39824575_11197.cpp:4:13: error: size of array 'union_n' has non-integral type 'double'
4 | #define MAX 5e6
| ^~~
0_0_39824575_11197.cpp:15:13: note: in expansion of macro 'MAX'
15 | int union_n[MAX];
| ^~~
|