Problem addition
User nutella
Submission Time 2024-06-24 14:15:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:1:2: error: invalid preprocessing directive #includes; did you mean #include?
1 | #includes <bits/stdc++.h>
| ^~~~~~~~
| include
addition.cpp: In function ‘int main()’:
addition.cpp:10:10: error: expected ‘}’ at end of input
10 | return 0;
| ^
addition.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^