| Problem | addition |
|---|---|
| User | LORDSKIBIDIMORT |
| Submission Time | 2025-01-20 16:50:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:10: error: expected ‘;’ before ‘a’
6 | std::cin a >> b;
| ^~
| ;
addition.cpp:8:10: error: ‘count’ is not a member of ‘std’; did you mean ‘cout’?
8 | std::count << a + b;
| ^~~~~
| cout