Problem addition
User ki11s
Submission Time 2026-06-22 15:59:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:8:8: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘long long int’ to binary ‘operator<<’
8 | count << a + b;
| ~~~~~~^~~~~~~~
addition.cpp:9:11: error: expected ‘}’ at end of input
9 | return 0;
| ^
addition.cpp:5:15: note: to match this ‘{’
5 | signed main(){
| ^