Problem | addition |
---|---|
User | claireau |
Submission Time | 2023-11-08 10:02:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:4:19: error: ‘b’ has not been declared
4 | int main(int a=4, b=5){
| ^
addition.cpp: In function ‘int main(int, int)’:
addition.cpp:5:10: error: expected primary-expression before ‘int’
5 | cout<< int a+b;
| ^~~