Problem guards_easy
User Sans12345
Submission Time 2024-12-28 00:14:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guards_easy.cpp:4:19: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
4 | long long pref[1e5+5];
| ~~~^~
guards_easy.cpp:4:19: error: could not convert ‘(1.0e+5 + (double)5)’ from ‘double’ to ‘long unsigned int’
guards_easy.cpp:4:19: error: size of array ‘pref’ has non-integral type ‘double’