Problem | addition |
---|---|
User | NoynYT |
Submission Time | 2023-04-28 17:36:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:12: error: invalid operands of types ‘int’ and ‘<unresolved overloaded function type>’ to binary ‘operator<<’
5 | cout<<4, 5<<endl;
| ~^~~~~~