Problem thumper2
User Batigol
Submission Time 2025-12-23 15:49:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

thumper2.cpp:37:10: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
37 | ll bit[5e5];
| ^~~
thumper2.cpp:37:10: error: could not convert ‘5.0e+5’ from ‘double’ to ‘long unsigned int’
thumper2.cpp:37:10: error: size of array ‘bit’ has non-integral type ‘double’