0_0_38823013_21205.cpp:1:15: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:18: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:15: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:18: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:15: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:18: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:15: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:18: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:15: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:18: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:15: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:18: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:15: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:18: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:15: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:18: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:15: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:18: error: 'll' was not declared in this scope
1 | unordered_map<ll,ll> mp;
| ^~
0_0_38823013_21205.cpp:1:1: error: 'unordered_map' does not name a type
1 | unordered_map<ll,ll> mp;
| ^~~~~~~~~~~~~
0_0_38823013_21205.cpp:2:1: error: 'll' does not name a type
2 | ll dfs(ll n){
| ^~
0_0_38823013_21205.cpp: In function 'void solve()':
0_0_38823013_21205.cpp:12:5: error: 'll' was not declared in this scope
12 | ll n;cin >> n;
| ^~
0_0_38823013_21205.cpp:12:10: error: 'cin' was not declared in this scope
12 | ll n;cin >> n;
| ^~~
0_0_38823013_21205.cpp:12:17: error: 'n' was not declared in this scope
12 | ll n;cin >> n;
| ^
0_0_38823013_21205.cpp:13:5: error: 'cout' was not declared in this scope
13 | cout << dfs(n) << endl;
| ^~~~
0_0_38823013_21205.cpp:13:13: error: 'dfs' was not declared in this scope
13 | cout << dfs(n) << endl;
| ^~~
0_0_38823013_21205.cpp:13:23: error: 'endl' was not declared in this scope
13 | cout << dfs(n) << endl;
| ^~~~
|