0_0_34840338_30257.cpp: In function 'int main()':
0_0_34840338_30257.cpp:16:10: error: expected identifier before numeric constant
s[i]=[2*s[i-2]+s[i-1]]%10000;
^
0_0_34840338_30257.cpp: In lambda function:
0_0_34840338_30257.cpp:16:26: error: expected '{' before '%' token
s[i]=[2*s[i-2]+s[i-1]]%10000;
^
0_0_34840338_30257.cpp: In function 'int main()':
0_0_34840338_30257.cpp:16:26: error: no match for 'operator%' (operand types are 'main()::<lambda()>' and 'int')
|