| Problem | addition |
|---|---|
| User | Magenta |
| Submission Time | 2026-06-22 16:00:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:2: error: ‘cint’ was not declared in this scope; did you mean ‘int’?
5 | cint >> a+b
| ^~~~
| int
addition.cpp:6:13: error: expected ‘}’ at end of input
6 | cout >> a+b
| ^
addition.cpp:2:15: note: to match this ‘{’
2 | signed main() {
| ^