Problem mrt2
User Sans12345
Submission Time 2024-12-03 11:32:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mrt2.cpp:12:18: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
12 | edge edgelist[4e5+5];
| ~~~^~
mrt2.cpp:12:18: error: could not convert ‘(4.0e+5 + (double)5)’ from ‘double’ to ‘long unsigned int’
mrt2.cpp:12:18: error: size of array ‘edgelist’ has non-integral type ‘double’