Problem | fibo |
---|---|
User | hwy |
Submission Time | 2023-06-03 16:34:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:13:29: error: lvalue required as left operand of assignment
13 | (temp1 % M) += (temp2 % M);
| ^
fibo.cpp:17:29: error: lvalue required as left operand of assignment
17 | (temp2 % M) += (temp1 % M);
| ^