Problem | babyproduction |
---|---|
User | Henries |
Submission Time | 2024-11-14 17:41:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
babyproduction.cpp: In function ‘int main()’:
babyproduction.cpp:37:25: error: cannot convert ‘std::multiset<long long int>::iterator’ {aka ‘std::_Rb_tree_const_iterator<long long int>’} to ‘long long int’ in initialization
37 | long long k = a.begin();
| ~~~~~~~^~
| |
| std::multiset<long long int>::iterator {aka std::_Rb_tree_const_iterator<long long int>}
babyproduction.cpp:38:25: error: cannot convert ‘std::multiset<long long int>::iterator’ {aka ‘std::_Rb_tree_const_iterator<long long int>’} to ‘long long int’ in initialization
38 | long long z = b.begin();
| ~~~~~~~^~
| |
| std::multiset<long long int>::iterator {aka std::_Rb_tree_const_iterator<long long int>}
babyproduction.cpp:43:43: error: no matching function for call to