| Problem | addition |
|---|---|
| User | ki11s |
| Submission Time | 2026-06-22 15:36:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:8:7: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘long long int’ to binary ‘operator<<’
8 | count<< a+b;
| ~~~~~^~~~~~
addition.cpp:8:13: error: expected ‘}’ at end of input
8 | count<< a+b;
| ^
addition.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^