Problem | mononono |
---|---|
User | PlayVoltz |
Submission Time | 2024-05-13 10:55:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mononono.cpp:31:12: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
31 | int dsu[2e5+5], st[2e5+5], p[2e5+5];
| ~~~^~
mononono.cpp:31:12: error: could not convert ‘(2.0e+5 + (double)5)’ from ‘double’ to ‘long unsigned int’
mononono.cpp:31:12: error: size of array ‘dsu’ has non-integral type ‘double’
mononono.cpp:31:23: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
31 | int dsu[2e5+5], st[2e5+5], p[2e5+5];
| ~~~^~
mononono.cpp:31:23: error: could not convert ‘(2.0e+5 + (double)5)’ from ‘double’ to ‘long unsigned int’
mononono.cpp:31:23: error: size of array ‘st’ has non-integral type ‘double’
mononono.cpp:31:33: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
31 | int dsu[2e5+5], st[2e5+5], p[2e5+5];
| ~~~^~
mononono.cpp:31:33: error: could