Problem | basement |
---|---|
User | Xiaoyang |
Submission Time | 2023-12-13 09:50:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
basement.cpp:29:13: error: ‘i’ was not declared in this scope; did you mean ‘fi’?
29 | vector<ll>a[i];
| ^
| fi
basement.cpp: In function ‘int main()’:
basement.cpp:39:8: error: ‘a’ was not declared in this scope
39 | cin>>a[i];
| ^
basement.cpp:40:3: error: ‘aa’ was not declared in this scope
40 | aa[a[i]].pb(i);
| ^~
basement.cpp:45:14: error: ‘aa’ was not declared in this scope
45 | for(auto j:aa[a[i]]){
| ^~
basement.cpp:45:17: error: ‘a’ was not declared in this scope
45 | for(auto j:aa[a[i]]){
| ^