fish.cpp: In function 'long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)':
fish.cpp:8:10: error: expected unqualified-id before numeric constant
8 | bool 1st=true;
| ^~~
fish.cpp:12:13: error: unable to find numeric literal operator 'operator""st'
12 | 1st=false;
| ^~~
fish.cpp:12:13: note: use '-fext-numeric-literals' to enable more built-in suffixes
fish.cpp:15:9: error: unable to find numeric literal operator 'operator""st'
15 | if (1st)
| ^~~
fish.cpp:15:9: note: use '-fext-numeric-literals' to enable more built-in suffixes
fish.cpp:31:9: error: 'vk' was not declared in this scope
31 | vk=max(kaj_nula,kaj_eden);
| ^~
fish.cpp:33:12: error: 'vk' was not declared in this scope
33 | return vk;
| ^~