Problem | segmenttree2 |
---|---|
User | taqtru |
Submission Time | 2025-01-18 23:19:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
segmenttree2.cpp:5:10: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
5 | int init[1e9];
| ^~~
segmenttree2.cpp:5:10: error: could not convert ‘1.0e+9’ from ‘double’ to ‘long unsigned int’
segmenttree2.cpp:5:10: error: size of array ‘init’ has non-integral type ‘double’