Problem | wabot |
---|---|
User | Kiameimon |
Submission Time | 2024-01-11 09:44:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wabot.cpp: In function ‘int main()’:
wabot.cpp:15:52: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
15 | priority_queue<int, vector<int>, greater<int>> mp[2e7];
| ^~~
wabot.cpp:15:52: error: could not convert ‘2.0e+7’ from ‘double’ to ‘long unsigned int’
wabot.cpp:15:52: error: size of array ‘mp’ has non-integral type ‘double’