0_0_38896303_15334.cpp: In function 'int main()':
0_0_38896303_15334.cpp:4:10: error: expected initializer before '.' token
4 | int A.B;
| ^
0_0_38896303_15334.cpp:5:21: error: 'A' was not declared in this scope
5 | scanf("%d %d",&A,&B);
| ^
0_0_38896303_15334.cpp:5:24: error: 'B' was not declared in this scope
5 | scanf("%d %d",&A,&B);
| ^
|