Problem firstabc
User asbx
Submission Time 2023-12-13 14:46:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

firstabc.cpp: In function ‘int main()’:
firstabc.cpp:11:6: error: ‘A’ was not declared in this scope
11 | if(A&&B&&C){
| ^
firstabc.cpp:11:9: error: ‘B’ was not declared in this scope
11 | if(A&&B&&C){
| ^
firstabc.cpp:11:12: error: ‘C’ was not declared in this scope
11 | if(A&&B&&C){
| ^
firstabc.cpp:19:8: error: ‘k’ was not declared in this scope
19 | cout<<k;
| ^