Problem | fibo |
---|---|
User | dieunq1309 |
Submission Time | 2023-02-18 19:01:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:16:30: error: expected ‘)’ before ‘;’ token
16 | int newnum = (n1 + n2;
| ~ ^
| )