Problem beareatrabbit
User potatocabbage
Submission Time 2025-03-20 11:41:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

beareatrabbit.cpp:5:7: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
5 | int a[2e5];
| ^~~
beareatrabbit.cpp:5:7: error: could not convert ‘2.0e+5’ from ‘double’ to ‘long unsigned int’
beareatrabbit.cpp:5:7: error: size of array ‘a’ has non-integral type ‘double’
beareatrabbit.cpp:7:7: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
7 | int b[2e5];
| ^~~
beareatrabbit.cpp:7:7: error: could not convert ‘2.0e+5’ from ‘double’ to ‘long unsigned int’
beareatrabbit.cpp:7:7: error: size of array ‘b’ has non-integral type ‘double’