0_0_38150111_11986.cpp: In function 'int solve(int)':
0_0_38150111_11986.cpp:27:26: error: expected ')' before ';' token
x = (x % a[i] + a;[i]) % a[i];
^
0_0_38150111_11986.cpp:27:23: error: invalid conversion from 'int*' to 'int' [-fpermissive]
x = (x % a[i] + a;[i]) % a[i];
^
0_0_38150111_11986.cpp: In lambda function:
0_0_38150111_11986.cpp:27:30: error: expected '{' before ')' token
x = (x % a[i] + a;[i]) % a[i];
^
0_0_38150111_11986.cpp: In function 'int solve(int)':
0_0_38150111_11986.cpp:27:30: error: expected ';' before ')' token
|