0_0_38023591_31276.cpp: In function 'void add_edge(Point, Point, bool)':
0_0_38023591_31276.cpp:20:21: error: 'swap' was not declared in this scope
swap(p1 , p2) ;
^
0_0_38023591_31276.cpp: In function 'int get_score(Point, Point)':
0_0_38023591_31276.cpp:40:19: error: 'swap' was not declared in this scope
swap(a , b) ;
^
0_0_38023591_31276.cpp: In function 'void input()':
0_0_38023591_31276.cpp:51:25: error: 'scanf' was not declared in this scope
scanf("%d",&edge_num) ;
^
0_0_38023591_31276.cpp:52:43: error: 'memset' was not declared in this scope
memset(edge_row , 0 , sizeof(edge_row)) ;
^
0_0_38023591_31276.cpp: In function 'int main()':
0_0_38023591_31276.cpp:107:5: error: 'cin' was not declared in this scope
cin >> Case ;
^
0_0_38023591_31276.cpp:115:31: error: 'printf' was not declared in this scope
printf("Case #%d: ", i);
^
|