摘要:
1 #include<bits/stdc++.h> 2 using namespace std; 3 4 int rec[60]; 5 6 int main() 7 { 8 int a, b, n; 9 rec[0] = rec[1] = rec[2] = 1; 10 while( scanf( " 阅读全文
posted @ 2017-04-28 19:34
NWU_ACM
阅读(85)
评论(0)
推荐(0)
|
摘要:
1 #include<bits/stdc++.h> 2 using namespace std; 3 4 int rec[60]; 5 6 int main() 7 { 8 int a, b, n; 9 rec[0] = rec[1] = rec[2] = 1; 10 while( scanf( " 阅读全文
posted @ 2017-04-28 19:34
NWU_ACM
阅读(85)
评论(0)
推荐(0)
|