| Problem | addition |
|---|---|
| User | vensah |
| Submission Time | 2026-04-27 21:04:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main(long int, long int)’:
addition.cpp:5:7: error: ‘count’ is not a member of ‘std’; did you mean ‘cout’?
5 | std::count << a+b;
| ^~~~~
| cout