0_0_33209528_3818.cpp: In function 'int main()':
0_0_33209528_3818.cpp:12:13: error: 'cin' was not declared in this scope
while ( cin>>n&& n)//(传说中的坑爹)
^
0_0_33209528_3818.cpp:15:11: error: expected ';' before 'scanf'
scanf("%d%d",&x[i],&y[i]);
^
0_0_33209528_3818.cpp:15:36: error: expected ')' before ';' token
scanf("%d%d",&x[i],&y[i]);
^
0_0_33209528_3818.cpp:19:8: error: expected ';' before '{' token
{
^
0_0_33209528_3818.cpp:19:8: error: expected primary-expression before '{' token
0_0_33209528_3818.cpp:19:8: error: expected ')' before '{' token
0_0_33209528_3818.cpp:21:12: error: expected ';' before '{' token
{
^
0_0_33209528_3818.cpp:21:12: error: expected primary-expression before '{' token
0_0_33209528_3818.cpp:21:12: error: expected ')' before '{' token
0_0_33209528_3818.cpp:24:18: error: expected ';' before 'if'
if ((x[j] - x[i])* (y[k] - y[i]) - (y[j] -y[i])* (x[k] - x[i]) == 0)
^
0_0_33209528_3818.cpp:24:18: error: expected primary-expression before 'if'
0_0_33209528_3818.cpp:24:18: error: expected ')' before 'if'
|