Problem | foreveralone |
---|---|
User | back2square1 |
Submission Time | 2023-06-08 21:23:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foreveralone.cpp:32:23: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
32 | vector<int> alist [1e9+5];
| ~~~^~
foreveralone.cpp:32:23: error: could not convert ‘(1.0e+9 + (double)5)’ from ‘double’ to ‘long unsigned int’
foreveralone.cpp:32:23: error: size of array ‘alist’ has non-integral type ‘double’