Problem | general |
---|---|
User | bribritt |
Submission Time | 2023-03-15 20:21:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
general.cpp:3:1: error: ‘ll’ does not name a type
3 | ll par[100069], army[100069];
| ^~
general.cpp:4:1: error: ‘ll’ does not name a type
4 | ll find_set(ll x) {
| ^~
general.cpp:8:1: error: ‘ll’ does not name a type
8 | ll merge_set(ll a, ll b) {
| ^~
general.cpp: In function ‘int main()’:
general.cpp:13:2: error: ‘ll’ was not declared in this scope
13 | ll N, Q, a, b; cin >> N >> Q;
| ^~
general.cpp:13:24: error: ‘N’ was not declared in this scope
13 | ll N, Q, a, b; cin >> N >> Q;
| ^
general.cpp:13:29: error: ‘Q’ was not declared in this scope
13 | ll N, Q, a, b; cin >> N >> Q;
| ^
general.cpp:14:8: error: expected ‘;’ before ‘i’
14 | for(ll i = 1; i <= N; i++) cin >> army[i];
| ^~
| ;
general.cpp:14:16: error: ‘i’ was not declar