Problem helloworld
User shenshiqi
Submission Time 2025-05-07 21:27:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:16: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
4 | int giveMeMLE[1e9];
| ^~~
helloworld.cpp:4:16: error: could not convert ‘1.0e+9’ from ‘double’ to ‘long unsigned int’
helloworld.cpp:4:16: error: size of array ‘giveMeMLE’ has non-integral type ‘double’