Problem helloworld
User ZivTheONe
Submission Time 2024-04-10 01:13:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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