Problem waterbomb
User JerryCodebreaker
Submission Time 2024-12-04 10:25:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

waterbomb.cpp: In function ‘int main()’:
waterbomb.cpp:26:14: error: no match for call to ‘(main()::<lambda()>) (long long int&)’
26 | if(!check(m)){
| ^
waterbomb.cpp:15:15: note: candidate: ‘main()::<lambda()>’
15 | auto check = [&](){
| ^
waterbomb.cpp:15:15: note: candidate expects 0 arguments, 1 provided