| Problem | addition |
|---|---|
| User | Ausdum |
| Submission Time | 2026-01-22 02:49:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp:3:6: error: ‘cin’ in namespace ‘std’ does not name a type
3 | std::cin >> a >> b;
| ^~~
addition.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 |
addition.cpp:4:6: error: ‘cout’ in namespace ‘std’ does not name a type
4 | std::cout << a+b;
| ^~~~
addition.cpp:4:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
4 | std::cout << a+b;
| ^~~