| Problem | adjlist |
|---|---|
| User | vinitara |
| Submission Time | 2025-11-12 19:56:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
adjlist.cpp:4:20: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
4 | vector<int> adj[1e4+5];
| ~~~^~
adjlist.cpp:4:20: error: could not convert ‘(1.0e+4 + (double)5)’ from ‘double’ to ‘long unsigned int’
adjlist.cpp:4:20: error: size of array ‘adj’ has non-integral type ‘double’