Problem | addition |
---|---|
User | limmingyao21 |
Submission Time | 2024-01-06 08:59:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function βint main()β:
addition.cpp:8:14: error: expected β;β before string constant
8 | cout << sum"\n";
| ^~~~
| ;