Problem | addition |
---|---|
User | anamitra123 |
Submission Time | 2024-06-24 14:16:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:11: error: ‘c’ was not declared in this scope
6 | int b =20;c=30;
| ^
addition.cpp:7:20: error: expected ‘}’ at end of input
7 | int d=((b+10)/5)-c;
| ^
addition.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^