0_0_18476170_900.cpp:1:11: error: missing terminating > character
#include <
^
0_0_18476170_900.cpp:1:10: error: empty filename in #include
#include <
^
0_0_18476170_900.cpp:4:11: error: missing terminating > character
#include <
^
0_0_18476170_900.cpp:4:10: error: empty filename in #include
#include <
^
0_0_18476170_900.cpp:7:11: error: missing terminating > character
#include <
^
0_0_18476170_900.cpp:7:10: error: empty filename in #include
#include <
^
0_0_18476170_900.cpp:2:1: error: 'iostream' does not name a type
iostream>
^
0_0_18476170_900.cpp: In function 'bool cmp(point, point)':
0_0_18476170_900.cpp:34:1: error: expected ';' before '}' token
}
^
0_0_18476170_900.cpp: In function 'int main()':
0_0_18476170_900.cpp:113:32: error: 'scanf' was not declared in this scope
while( scanf ( "%d %d",&n,&r )
^
0_0_18476170_900.cpp:114:3: error: 'EOF' was not declared in this scope
!=EOF)
^
0_0_18476170_900.cpp:138:13: error: 'sort' was not declared in this scope
p + n , cmp ) ;
^
0_0_18476170_900.cpp:193:1: error: expected ')' before '}' token
}
^
0_0_18476170_900.cpp:193:1: error: expected primary-expression before '}' token
0_0_18476170_900.cpp:197:18: error: 'printf' was not declared in this scope
printf("%d\n",ans);
^
|