Problem simp
User Ryuichi12
Submission Time 2025-11-12 15:04:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simp.cpp: In function ‘int main()’:
simp.cpp:6:12: error: ‘ai’ was not declared in this scope; did you mean ‘a2’?
6 | cin >> ai>> a2;
| ^~
| a2
simp.cpp:22:31: error: lvalue required as left operand of assignment
22 | if (mid1 = true or mid2 = true){
| ^~~~