Problem wabot
User Kiameimon
Submission Time 2024-01-11 09:44:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wabot.cpp: In function ‘int main()’:
wabot.cpp:15:53: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression
15 | priority_queue<int, vector<int>, greater<int>> mp[2*1e7];
| ~^~~~
wabot.cpp:15:53: error: could not convert ‘((double)2 * 1.0e+7)’ from ‘double’ to ‘long unsigned int’
wabot.cpp:15:53: error: size of array ‘mp’ has non-integral type ‘double’