Problem | message |
---|---|
User | ovuvuevuevueenyetuewuevue |
Submission Time | 2025-02-02 13:17:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
aisha.cpp: In function ‘void send_message(std::vector<bool>, std::vector<bool>)’:
aisha.cpp:16:5: error: ‘send_packet’ was not declared in this scope
16 | send_packet(calib1);
| ^~~~~~~~~~~
basma.cpp: In function ‘std::vector<bool> receive_message(std::vector<std::vector<bool> >)’:
basma.cpp:18:19: error: no matching function for call to ‘std::vector<bool>::resize()’
18 | M.resize(/*S*/);
| ^
In file included from /usr/include/c++/9/vector:68,
from basma.cpp:1:
/usr/include/c++/9/bits/stl_bvector.h:1061:7: note: candidate: ‘void std::vector<bool, _Alloc>::resize(std::vector<bool, _Alloc>::size_type, bool) [with _Alloc = std::allocator<bool>; std::vector<bool, _Alloc>::size_type = long unsigned int]’
1061 | resize(size_type __new_size, bool __x = bool())
| ^~~~~~
/usr/include/c++/9/bits/stl_bvector.h:1061:7