Problem | ippt |
---|---|
User | eee |
Submission Time | 2024-04-12 16:43:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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[1e2];
| ^~~
ippt.cpp:4:14: error: could not convert ‘1.0e+2’ from ‘double’ to ‘long unsigned int’
ippt.cpp:4:14: error: size of array ‘a’ has non-integral type ‘double’