| Problem | eelimination |
|---|---|
| User | Lypho |
| Submission Time | 2024-12-13 13:37:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eelimination.cpp: In function ‘int main()’:
eelimination.cpp:28:17: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
28 | int arr[5e6 + 1];
| ~~~~^~~
eelimination.cpp:28:17: error: could not convert ‘(5.0e+6 + (double)1)’ from ‘double’ to ‘long unsigned int’
eelimination.cpp:28:17: error: size of array ‘arr’ has non-integral type ‘double’