0_0_28165467_26736.cpp:1:23: error: missing terminating > character
#include<bits/stdc++.h
^
0_0_28165467_26736.cpp:2:1: error: expected unqualified-id before '>' token
>
^
0_0_28165467_26736.cpp: In function 'int main()':
0_0_28165467_26736.cpp:7:8: error: 'cin' was not declared in this scope
while(cin>>a[0]>>b[0]>>a[1]>>b[1]>>a[2]>>b[2]>>a[3]>>b[3]){
^
0_0_28165467_26736.cpp:7:8: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:74:0,
from 0_0_28165467_26736.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:60:18: note: 'std::cin'
extern istream cin; /// Linked to standard input
^
0_0_28165467_26736.cpp:8:12: error: 'sort' was not declared in this scope
sort(a,a+2);
^
0_0_28165467_26736.cpp:8:12: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:64,
from 0_0_28165467_26736.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:4705:5: note: 'std::sort'
sort(_RandomAccessIterator __first, _RandomAccessIterator __last,
^
|