摘要:
母牛的故事Problem Description有一头母牛,它每年年初生一头小母牛。每头小母牛从第四个年头开始,每年年初也生一头小母牛。请编程实现在第n年的时候,共有多少头母牛?Input输入数据由多个测试实例组成,每个测试实例占一行,包括一个整数n(0using namespace std;int... 阅读全文
2013年9月26日
摘要:
Perfect CubesProblem DescriptionFor hundredsof years Fermat's Last Theorem, which stated simply that forn > 2there exist no integers a, b, c > 1 sucht... 阅读全文
2013年9月25日
摘要:
//****************************//程序名:C(m,n).cpp *//作者:何香 *//编制时间:2013年9月25日 *//主要功能:计算C(m,n) *//C(m,n)=C(m-1,n)+C(m-... 阅读全文
2013年9月16日
摘要:
Problem DescriptionGiven twointegers n and m, count the number of pairs of integers (a,b) such that 0 using namespace std;int main(){ int a,b,m,n,N,co... 阅读全文
2013年9月9日
摘要:
狱警发现一囚室的窗户栅栏被剪断了。该囚室有四个囚犯。 A说:不是我 B说:是C C说:是D D说:C胡说已知三个人说真话,一个人说假话。请找出说谎的人。解析:可能的状况有lier=‘A',lier=’B',lier=‘C',lier=‘D'。枚举是按照这 4 种假定逐一地去测试4个人的话有几个人的话... 阅读全文
2013年7月23日
摘要:
大连东软实习报告实习时间:2013.7.15—2013.7.24实习地点:大连东软集团实习名称:企业认知实习指导老师:贺利坚老师短短的实习期已经结束,静下心来回想这次实习真是感受颇深。我们知道实习是大学教育中一个极为重要的实践性环节,通过实习,可以使我们在实践中接触与本专业相关的一些实际工作,培养和... 阅读全文
2013年7月22日
摘要:
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should no... 阅读全文
摘要:
//History.javapackage com.example.second;import java.util.ArrayList;import java.util.List;import android.os.Bundle;import android.app.Activity;import ... 阅读全文
摘要:
package com.example.second;import android.net.Uri;import android.os.Bundle;import android.app.Activity;import android.content.Intent;import android.vi... 阅读全文
摘要:
package com.example.second;import java.util.ArrayList;import java.util.List;import android.os.Bundle;import android.app.Activity;import android.conten... 阅读全文