Problem monsters3
User LL
Submission Time 2025-12-01 15:40:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

monsters3.cpp: In function ‘int main()’:
monsters3.cpp:15:2: error: expected initializer before ‘for’
15 | for (long long i=0; i<n; i++){
| ^~~
monsters3.cpp:15:22: error: ‘i’ was not declared in this scope
15 | for (long long i=0; i<n; i++){
| ^
monsters3.cpp:22:10: error: ‘monster’ was not declared in this scope; did you mean ‘constexpr’?
22 | cin >> monster[i].first;
| ^~~~~~~
| constexpr
monsters3.cpp:25:10: error: ‘monster’ was not declared in this scope; did you mean ‘constexpr’?
25 | cin >> monster[i].second;
| ^~~~~~~
| constexpr
monsters3.cpp:32:9: error: ‘monster’ was not declared in this scope; did you mean ‘constexpr’?
32 | while(monster[i].first<realm[0].first) i++;
| ^~~~~~~
| constexpr
monsters3.cpp:33:9: error: ‘monster’ was not declared in this scope