Problem | sum |
---|---|
User | GreenBlob123 |
Submission Time | 2024-12-02 10:30:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sum.cpp: In function ‘int main()’:
sum.cpp:14:30: error: expected ‘;’ before ‘}’ token
14 | cout << sum1 << '\n' << sum2
| ^
| ;
15 | }
| ~