0_0_33415571_5811.cpp: In function 'int main()':
0_0_33415571_5811.cpp:5:11: error: two or more data types in declaration of 'T'
int int T,A,B;
^
0_0_33415571_5811.cpp:5:13: error: two or more data types in declaration of 'A'
int int T,A,B;
^
0_0_33415571_5811.cpp:5:15: error: two or more data types in declaration of 'B'
int int T,A,B;
^
0_0_33415571_5811.cpp:6:7: error: 'T' was not declared in this scope
cin>>T;
^
0_0_33415571_5811.cpp:9:8: error: 'A' was not declared in this scope
cin>>A>>B;
^
0_0_33415571_5811.cpp:9:11: error: 'B' was not declared in this scope
cin>>A>>B;
^
|