Problem | firstabc |
---|---|
User | Khai |
Submission Time | 2024-06-28 15:35:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
firstabc.cpp: In function ‘int main()’:
firstabc.cpp:11:33: error: request for member ‘fc’ in ‘false’, which is of non-class type ‘bool’
11 | bool fa = false , fb = false. fc = false;
| ^~
firstabc.cpp:16:24: error: ‘fc’ was not declared in this scope; did you mean ‘fb’?
16 | else if (a == 'C') fc = true;
| ^~
| fb
firstabc.cpp:17:37: error: ‘fc’ was not declared in this scope; did you mean ‘fb’?
17 | if (fa == true && fb == true && fc == true) {
| ^~
| fb