Problem | addition |
---|---|
User | shivanshi31 |
Submission Time | 2024-06-24 14:16:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:1: error: expected ‘,’ or ‘;’ before ‘a’
5 | a = a+2;
| ^
addition.cpp:7:1: error: expected ‘,’ or ‘;’ before ‘int’
7 | int d = ((b+10)/5)-c
| ^~~