Problem duckhunt8
User zhehanp
Submission Time 2024-12-30 16:37:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt8.cpp: In lambda function:
duckhunt8.cpp:18:21: error: expected ‘{’ before ‘;’ token
18 | ans+=[i];
| ^
duckhunt8.cpp: In function ‘int main()’:
duckhunt8.cpp:18:16: error: no match for ‘operator+=’ (operand types are ‘long long int’ and ‘main()::<lambda()>’)
18 | ans+=[i];