Problem | addition |
---|---|
User | jenna |
Submission Time | 2025-02-08 23:06:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:1:16: error: ‘cin’ is not a member of ‘std’
1 | int a,b = std::cin>>
| ^~~
addition.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | int a,b = std::cin>>
addition.cpp:2:1: error: expected primary-expression before ‘return’
2 | return a+b
| ^~~~~~