Problem numbers
User asbx
Submission Time 2023-12-16 16:17:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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