Problem addition
User np08kos
Submission Time 2024-06-24 14:20:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function β€˜int main()’:
addition.cpp:6:7: error: expected initializer before β€˜+=’ token
6 | int a+= 6;
| ^~