Owl Get a Life
fibo.cpp: In function ‘int main()’:fibo.cpp:13:26: error: ‘m’ was not declared in this scope 13 | n.push_back(((n[i-1]%m)+(n[i-2]%m))%m); | ^