Problem simp
User StormyGood
Submission Time 2024-01-12 20:11:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simp.cpp: In function ‘int main()’:
simp.cpp:8:5: error: expected ‘(’ before ‘!’ token
8 | if !((a < b && a > c) || (a > b && a < c))
| ^
| (