0_0_20356751_512.cpp:12:9: error: 'll' was not declared in this scope
map<int,ll>F;
^
0_0_20356751_512.cpp:12:11: error: template argument 2 is invalid
map<int,ll>F;
^
0_0_20356751_512.cpp:12:11: error: template argument 4 is invalid
0_0_20356751_512.cpp:12:13: error: invalid type in declaration before ';' token
map<int,ll>F;
^
0_0_20356751_512.cpp: In function 'long long int _sol(long long int)':
0_0_20356751_512.cpp:36:5: error: invalid types 'int[long long int]' for array subscript
F[n] = x / n;
^
0_0_20356751_512.cpp:38:16: error: invalid types 'int[const int]' for array subscript
F[it -> first] = x / it -> first;
^
0_0_20356751_512.cpp:41:17: error: invalid types 'int[const int]' for array subscript
F[it -> first] -= F[G[it -> first][i]];//cout<<F[it -> first]<<" ";
^
0_0_20356751_512.cpp:41:41: error: invalid types 'int[__gnu_cxx::__alloc_traits<std::allocator<int> >::value_type {aka int}]' for array subscript
F[it -> first] -= F[G[it -> first][i]];//cout<<F[it -> first]<<" ";
^
0_0_20356751_512.cpp:44:22: error: invalid types 'int[const int]' for array subscript
return F[it -> first];
^
0_0_20356751_512.cpp: In function 'int main()':
0_0_20356751_512.cpp:50:16: error: request for member 'clear' in 'F', which is of non-class type 'int'
G.clear(); F.clear();
^
|