Problem ippt
User eee
Submission Time 2024-04-12 16:43:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:4:14: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
4 | long long a[1e3];
| ^~~
ippt.cpp:4:14: error: could not convert ‘1.0e+3’ from ‘double’ to ‘long unsigned int’
ippt.cpp:4:14: error: size of array ‘a’ has non-integral type ‘double’