Problem swords
User PlayVoltz
Submission Time 2023-07-11 14:36:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp:4:46: error: expected ‘)’ before ‘;’ token
4 | bool first_val_descend_sort(pair<int, int>& a; pair<int, int>& b){
| ~ ^
| )
swords.cpp:4:65: error: expected initializer before ‘)’ token
4 | bool first_val_descend_sort(pair<int, int>& a; pair<int, int>& b){
| ^
swords.cpp:8:47: error: expected ‘)’ before ‘;’ token
8 | bool second_val_descend_sort(pair<int, int>& a; pair<int, int>& b){
| ~ ^
| )
swords.cpp:8:66: error: expected initializer before ‘)’ token
8 | bool second_val_descend_sort(pair<int, int>& a; pair<int, int>& b){
| ^
sword