Problem | addition |
---|---|
User | VictoriaOng |
Submission Time | 2024-06-18 10:24:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:1:2: error: invalid preprocessing directive #inlude; did you mean #include?
1 | #inlude <bits/stdc++.h>
| ^~~~~~
| include
addition.cpp:4:19: error: expression cannot be used as a function
4 | int a = 4, b = 5 () {
| ^