Problem globalwarming
User nguyendinhanh1508
Submission Time 2024-12-04 14:40:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

globalwarming.cpp: In function ‘int32_t main()’:
globalwarming.cpp:51:4: error: ‘bruh’ was not declared in this scope
51 | bruh.insert(h[i]);
| ^~~~
globalwarming.cpp:53:8: error: ‘levels’ was not declared in this scope
53 | sort(levels.begin(), levels.end(), greater<int>());
| ^~~~~~