摘要: import java.io.BufferedInputStream;import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.InputStreamReader;i... 阅读全文
posted @ 2015-05-27 09:58 微博和csdn还有你 阅读(2016) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std;int n,l[15];bool h[10000];bool is_triangle(int a,int b,int c) { return !h[a * 100 + b] && a && b ... 阅读全文
posted @ 2015-05-27 08:51 微博和csdn还有你 阅读(323) 评论(0) 推荐(0) 编辑