Problem hotspot
User bribritt
Submission Time 2024-02-15 06:18:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

In file included from /usr/include/c++/9/cassert:44,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:33,
from hotspot.cpp:1:
hotspot.cpp: In function ‘int main()’:
hotspot.cpp:20:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
20 | assert(n<=5000);
| ^
hotspot.cpp:21:9: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
21 | assert(m<=40000);
| ^