Owl Get a Life
fibo.cpp: In function ‘int main()’:fibo.cpp:17:25: error: expected ‘;’ before ‘)’ token 17 | c = ((a%m) + (b%m))%m); | ^ | ;