2015年3月10日

摘要: 1A~,但后来看人家的代码好像又写臭了,T^T...Problem A: Educational journeyThe University of Calgary team qualified for the 28th ACM International Collegiate Programming... 阅读全文

posted @ 2015-03-10 21:05 LLGemini 阅读(170) 评论(0) 推荐(0) 编辑

摘要: unsigned int 0~4294967295int 2147483648~2147483647unsigned long 0~4294967295long 2147483648~2147483647long long的最大值:9223372036854775807long long的最小值:-... 阅读全文

posted @ 2015-03-10 20:37 LLGemini 阅读(144) 评论(0) 推荐(0) 编辑

摘要: What is the value this simple C++ function will return? 1 long long H(int n) 2 3 { 4 long long res = 0; 5 for( int i = 1; i 2 #include 3 #includ... 阅读全文

posted @ 2015-03-10 19:32 LLGemini 阅读(170) 评论(0) 推荐(0) 编辑

摘要: Add AgainInput:Standard InputOutput:Standard OutputSummation of sequence of integers is always a common problem in Computer Science. Rather than compu... 阅读全文

posted @ 2015-03-10 17:27 LLGemini 阅读(241) 评论(0) 推荐(0) 编辑