Problem rightangtri
User KCL
Submission Time 2025-07-25 09:06:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rightangtri.cpp: In function ‘int main()’:
rightangtri.cpp:8:87: error: ‘MAP_HUGE_1MB’ was not declared in this scope; did you mean ‘MAP_HUGETLB’?
8 | char * buf = (char *) mmap(0, size, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_HUGE_1MB, -1, 0);
| ^~~~~~~~~~~~
| MAP_HUGETLB