0_0_30492858_19028.cpp: In function 'bool judge(std::vector<point>)':
0_0_30492858_19028.cpp:36:18: error: expected ']' at end of input
if(arr[i%5
^
0_0_30492858_19028.cpp:36:18: error: expected ')' at end of input
0_0_30492858_19028.cpp:36:18: error: could not convert 'arr.std::vector<_Tp, _Alloc>::operator[]<point, std::allocator<point> >(((std::vector<point>::size_type)(i % 5)))' from '__gnu_cxx::__alloc_traits<std::allocator<point> >::value_type {aka point}' to 'bool'
0_0_30492858_19028.cpp:36:18: error: expected statement at end of input
0_0_30492858_19028.cpp:36:18: error: expected '}' at end of input
0_0_30492858_19028.cpp:36:18: error: expected '}' at end of input
|