Problem | simp |
---|---|
User | taqtru |
Submission Time | 2024-11-08 17:01:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simp.cpp: In function ‘int main()’:
simp.cpp:12:110: error: ‘__gnu_cxx::__alloc_traits<std::allocator<std::pair<int, int> >, std::pair<int, int> >::value_type’ {aka ‘struct std::pair<int, int>’} has no member named ‘fi16st’; did you mean ‘first’?
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].fi16st) || ((v[0].second < v[1].second && v[0].second > v[2].second)||(v[0].second > v[1].second && v[0].second < v[2].second))) || (abs(v[1].first-v[2].second)+abs(v[1].second-v[2].second) > 16)){
| ^~~~~~
| first
simp.cpp:16:13: error: expected primary-expression before ‘)’ token
16 | if ()
| ^