Problem | manyjobs |
---|---|
User | newperson |
Submission Time | 2025-01-26 18:10:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
manyjobs.cpp: In function ‘int main()’:
manyjobs.cpp:10:3: error: ‘ll’ was not declared in this scope
10 | ll a,b; cin >> a >> b;
| ^~
manyjobs.cpp:10:18: error: ‘a’ was not declared in this scope
10 | ll a,b; cin >> a >> b;
| ^
manyjobs.cpp:10:23: error: ‘b’ was not declared in this scope
10 | ll a,b; cin >> a >> b;
| ^
manyjobs.cpp:11:20: error: no matching function for call to ‘std::vector<std::pair<int, int> >::push_back(<brace-enclosed initializer list>)’
11 | v.push_back({b,a});
| ^
In file included from /usr/include/c++/9/vector:67,
from /usr/include/c++/9/functional:62,
from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13,
from /usr/include/c++/9/algorithm:71,
from /usr/include/x86_64-linux-gnu/c++/9/bits