Problem | simp |
---|---|
User | taqtru |
Submission Time | 2024-11-08 18:13:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simp.cpp: In function ‘int main()’:
simp.cpp:12:237: error: expected ‘)’ before ‘{’ token
12 | if (((v[0].first < v[1].first && v[0].first > v[2].first)||(v[0].first > v[1].first && v[0].first < v[2].first) || ((v[0].second < v[1].second && v[0].second > v[2].second)||(v[0].second > v[1].second && v[0].second < v[2].second))){
| ~ ^
| )
simp.cpp:31:1: error: expected statement at end of input
31 | }
| ^
simp.cpp:31:1: error: expected ‘}’ at end of in