| Problem | monsters3 |
|---|---|
| User | emyz |
| Submission Time | 2025-12-02 10:25:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
monsters3.cpp:1:1: error: stray ‘##’ in program
1 | ##include <bits/stdc++.h>
| ^~
monsters3.cpp:1:3: error: ‘include’ does not name a type
1 | ##include <bits/stdc++.h>
| ^~~~~~~
monsters3.cpp: In function ‘int main()’:
monsters3.cpp:6:2: error: ‘ios’ has not been declared
6 | ios::sync_with_stdio(false);
| ^~~
monsters3.cpp:7:2: error: ‘cin’ was not declared in this scope
7 | cin.tie(0);
| ^~~
monsters3.cpp:11:2: error: ‘vector’ was not declared in this scope
11 | vector<pair<int,int>> realms;
| ^~~~~~
monsters3.cpp:11:9: error: ‘pair’ was not declared in this scope
11 | vector<pair<int,int>> realms;
| ^~~~
monsters3.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
monsters3.cpp:11:14: note: in expansion of macro ‘int’
11 | vector<pair&