摘要: java中:class Parent{ public void test(int a){ System.out.println("Parent:" + a); System.out.println(this.getClass().getName()); }}c... 阅读全文
posted @ 2014-09-12 22:01 hjzqyx 阅读(2347) 评论(0) 推荐(0)
摘要: 1 /* 2 树状数组第三种模板(改段求段)不解释! 不明白的点这里:here! 3 */ 4 #include 5 #include 6 #include 7 #include 8 #define N 100005 9 using namespace std;10 11 t... 阅读全文
posted @ 2014-09-12 20:20 hjzqyx 阅读(430) 评论(0) 推荐(1)