Problem | firstabc |
---|---|
User | vadar2525 |
Submission Time | 2025-08-01 15:13:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
firstabc.cpp: In function ‘int main()’:
firstabc.cpp:25:36: error: lvalue required as left operand of assignment
25 | if(a = true and b = true and c = true){
| ^~~~
firstabc.cpp:29:1: error: expected ‘}’ at end of input
29 | }
| ^
firstabc.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^