Problem message
User gelastropod
Submission Time 2026-05-18 17:43:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

aisha.cpp: In function ‘void send_message(std::vector<bool>, std::vector<bool>)’:
aisha.cpp:6:2: error: ‘p’ was not declared in this scope
6 | p = {30, 10, 13, 0, 15, 27, 5, 2, 23, 29, 16, 12, 8, 25, 24, 20, 21, 1, 4, 22, 9, 28, 17, 7, 18, 14, 19, 3, 26, 11, 6};
| ^
basma.cpp: In function ‘std::vector<bool> receive_message(std::vector<std::vector<bool> >)’:
basma.cpp:6:2: error: ‘p’ was not declared in this scope
6 | p = {30, 10, 13, 0, 15, 27, 5, 2, 23, 29, 16, 12, 8, 25, 24, 20, 21, 1, 4, 22, 9, 28, 17, 7, 18, 14, 19, 3, 26, 11, 6};
| ^