Problem prefixsums
User wrizz69
Submission Time 2024-04-12 15:16:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prefixsums.cpp:4:8: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
4 | int pf[1e9];
| ^~~
prefixsums.cpp:4:8: error: could not convert ‘1.0e+9’ from ‘double’ to ‘long unsigned int’
prefixsums.cpp:4:8: error: size of array ‘pf’ has non-integral type ‘double’