0_0_18051588_2197.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include#include#includeusing namespace std;struct client{ double arrive_time; double deal_time; bool operator<(const client &b) const{ return arrive_time<b.arrive_time; }};int main(){ fr" />
^
0_0_18051588_2197.cpp:2:5: error: expected unqualified-id before '<' token
<script src="http://static.blog.csdn.net/scripts/jquery.js" type="text/javascript">
^
|