Problem eeducation
User NgMinSong123
Submission Time 2026-07-10 17:22:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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