Problem spreadsheet
User hitarthdangra
Submission Time 2025-06-19 09:49:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

spreadsheet.cpp: In function ‘int main()’:
spreadsheet.cpp:8:22: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
8 | long long values[10e9];
| ^~~~
spreadsheet.cpp:8:22: error: could not convert ‘1.0e+10’ from ‘double’ to ‘long unsigned int’
spreadsheet.cpp:8:22: error: size of array ‘values’ has non-integral type ‘double’