timeismoney.cpp: In function 'int main()':
timeismoney.cpp:23:5: error: 'stalin' was not declared in this scope; did you mean 'Stalin'?
23 | stalin
| ^~~~~~
| Stalin
timeismoney.cpp:25:17: error: 'n' was not declared in this scope; did you mean 'yn'?
25 | mao_zedong>>n>>m;
| ^
| yn
timeismoney.cpp:25:20: error: 'm' was not declared in this scope; did you mean 'tm'?
25 | mao_zedong>>n>>m;
| ^
| tm
timeismoney.cpp:28:37: error: 'a' was not declared in this scope
28 | for(int x=0;x<m;x++)mao_zedong>>a[x][3]>>a[x][4]>>a[x][1]>>a[x][2],a[x][0]=max(a[x][1],a[x][2]);
| ^
timeismoney.cpp:29:10: error: 'a' was not declared in this scope
29 | sort(a,a+m);
| ^
timeismoney.cpp:36:26: error: no matching function for call to 'std::vector<std::array<long long int, 2> >::push_back(<brace-enclosed initializer list>)'
36 | ans.push_back({a[x][3],a[x][4]});
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/vector:67,
from /usr/include/c++/11/functional:62,
from /usr/include/c++/11/pstl/glue_algorithm_defs.h:13,
from /usr/include/c++/11/algorithm:74,
from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:65,
from timeismoney.cpp:1:
/usr/include/c++/11/bits/stl_vector.h:1187:7: note: candidate: 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = std::array<long long int, 2>; _Alloc = std::allocator<std::array<long long int, 2> >; std::vector<_Tp, _Alloc>::value_type = std::array<long long int, 2>]'
1187 | push_back(const value_type& __x)
| ^~~~~~~~~
/usr/include/c++/11/bits/stl_vector.h:1187:35: note: no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const value_type&' {aka 'const std::array<long long int, 2>&'}
1187 | push_back(const value_type& __x)
| ~~~~~~~~~~~~~~~~~~^~~
/usr/include/c++/11/bits/stl_vector.h:1203:7: note: candidate: 'void std::vector<_Tp, _Alloc>::push_back(std::vector<_Tp, _Alloc>::value_type&&) [with _Tp = std::array<long long int, 2>; _Alloc = std::allocator<std::array<long long int, 2> >; std::vector<_Tp, _Alloc>::value_type = std::array<long long int, 2>]'
1203 | push_back(value_type&& __x)
| ^~~~~~~~~
/usr/include/c++/11/bits/stl_vector.h:1203:30: note: no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'std::vector<std::array<long long int, 2> >::value_type&&' {aka 'std::array<long long int, 2>&&'}
1203 | push_back(value_type&& __x)
| ~~~~~~~~~~~~~^~~