Problem | monsters |
---|---|
User | kxd |
Submission Time | 2023-12-03 14:50:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
monsters.cpp:4:17: error: ‘N’ was not declared in this scope
4 | pair<int,int> a[N];
| ^
monsters.cpp: In function ‘int main()’:
monsters.cpp:10:10: error: ‘a’ was not declared in this scope
10 | cin >> a[i].first >> a[i].second;
| ^