Problem medianheap
User 2Princes1Lance
Submission Time 2024-03-01 23:52:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianheap.cpp:12:13: error: ‘::main’ must return ‘int’
12 | #define int int_fast32_t
| ^~~~~~~~~~~~
medianheap.cpp:89:1: note: in expansion of macro ‘int’
89 | int main(){
| ^~~