Owl Get a Life
addition.cpp: In function ‘int main()’:addition.cpp:7:2: error: ‘print’ was not declared in this scope; did you mean ‘printf’? 7 | print(n[0] + n[2]); | ^~~~~ | printf