| Problem | addition |
|---|---|
| User | ki11s |
| Submission Time | 2026-06-22 16:00:06 |
| 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:9:9: error: expected ‘}’ at end of input
9 | return 0;
| ^
addition.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^