Problem | addition |
---|---|
User | HelloMhing |
Submission Time | 2023-07-11 22:54:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:2: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
6 | print("\n%d", n+m);
| ^~~~~
| printf