Problem | addition |
---|---|
User | nutella |
Submission Time | 2024-06-24 14:18:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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:9:10: error: expected ‘}’ at end of input
9 | return 0;
| ^
addition.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^