0_0_30729721_13775.cpp:4:1: error: 'inta' was not declared in this scope
inta,intb,intc;
^
0_0_30729721_13775.cpp:4:6: error: 'intb' was not declared in this scope
inta,intb,intc;
^
0_0_30729721_13775.cpp:4:11: error: 'intc' was not declared in this scope
inta,intb,intc;
^
0_0_30729721_13775.cpp:4:15: error: expected '}' before ';' token
inta,intb,intc;
^
0_0_30729721_13775.cpp:4:15: error: scalar object 'main' requires one element in initializer
0_0_30729721_13775.cpp:5:6: error: expected constructor, destructor, or type conversion before '(' token
scanf(d%,d%,&a,&b);
^
0_0_30729721_13775.cpp:6:1: error: 'c' does not name a type
c=a+b;
^
0_0_30729721_13775.cpp:7:7: error: expected constructor, destructor, or type conversion before '(' token
printf(d%,c);
^
0_0_30729721_13775.cpp:8:1: error: expected declaration before '}' token
}
^
|