Problem | guessproblem2 |
---|---|
User | bribritt |
Submission Time | 2023-03-31 06:21:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
guessproblem2.cpp: In function ‘int main()’:
guessproblem2.cpp:14:11: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
14 | int arr[1e8]; for(int i = 0; i < 1e8; i++) arr[i]++;
| ^~~
guessproblem2.cpp:14:11: error: could not convert ‘1.0e+8’ from ‘double’ to ‘long unsigned int’
guessproblem2.cpp:14:11: error: size of array ‘arr’ has non-integral type ‘double’