摘要:
1、定义接口 使用interface来定义一个接口。接口定义同类的定义类似,也是分为接口的声明和接口体,当中接口体由常量定义和方法定义两部分组成。定义接口的基本格式例如以下:[修饰符] interface 接口名 [extends 父接口名列表]{[public] [static] [final]... 阅读全文
posted @ 2014-06-22 21:07
lcchuguo
阅读(190)
评论(0)
推荐(0)
摘要:
主要是卡了一下 接下来2题还在做 都有思路1001考虑全然即可了#include #include using namespace std;int main(){ int T; scanf("%d", &T); while(T--) { __int64 n, m, v, k; scanf("%I... 阅读全文
posted @ 2014-06-22 18:50
lcchuguo
阅读(180)
评论(0)
推荐(0)