| Problem | vectorindexing |
|---|---|
| User | Batigol |
| Submission Time | 2026-06-24 09:19:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
vectorindexing.cpp: In function ‘int main()’:
vectorindexing.cpp:10:13: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
10 | int arr[2e5+1];
| ~~~^~
vectorindexing.cpp:10:13: error: could not convert ‘(2.0e+5 + (double)1)’ from ‘double’ to ‘long unsigned int’
vectorindexing.cpp:10:13: error: size of array ‘arr’ has non-integral type ‘double’