Problem addition
User VictoriaOng
Submission Time 2024-06-18 10:26:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:1:2: error: invalid preprocessing directive #inlude; did you mean #include?
1 | #inlude <bits/stdc++.h>
| ^~~~~~
| include
addition.cpp: In function ‘int main()’:
addition.cpp:6:2: error: expected ‘,’ or ‘;’ before ‘cout’
6 | cout << (a+b) << '\n'
| ^~~~