/********************************
* 日期:2011-2-9
* 作者:SJF
* 题号:杭电1017
* 题目:A Mathematical Curiosity
* 结果:AC
********************************/
#include<stdio.h>
int main()
{
int N;
while(scanf("%d",&N)!=EOF)
{
int i,j,n,m,k;
for(k=0;k<N;k++)
{
if(k>0)
{
printf("\n");
}
int casenum=0;
while(scanf("%d%d",&n,&m)!=EOF)
{
int count=0;
if((n==0)&&(m==0))
{
break;
}
for(i=1;i<n;i++)
{
for(j=1;j<i;j++)
{
if((i*i+j*j+m)%(i*j)==0)
{
count++;
}
}
}
casenum++;
printf("Case %d: ",casenum);
printf("%d\n",count);
}
}
}
return 0;
}
分享到:
相关推荐
这个问题是杭州电子科技大学(杭电)在线编程竞赛平台(ACM)上的问题1017,名为"A Mathematical Curiosity"。题目要求计算在0到n的整数范围内,有多少对整数(a, b),满足0 < a ,并且(a^2 + b^2 + m)可以被(a * b)...
A Mathematical Introduction to Robotic Manipulation Richard M. Murray, Zexiang Li and S. Shankar Sastry
a mathematical introduction to logic cropped for kindle
We derive the equations of motion for a general open-chain manipulator and, using the structure present in the dynam- ics, construct control laws for asymptotic tracking of a desired trajectory. In ...
《通信的数学理论》\nA Mathematical Theory of Communication信息论的奠基性论文,美国数学家C.E.香农所著。这篇论文的发表标志一门新的学科──信息论的诞生。 压缩包为论文英文版+中文版,均为PDF超清,方便学习
D-S证据理论,数学基础
《机器人操纵的数学基础》是一本深入探讨机器人运动学与操纵控制的经典著作,中文版的发布使得更多中国读者能够理解并应用这些理论。这本书详细介绍了机器人学中的关键概念和技术,涵盖了从基本的数学原理到复杂的...
本文档的标题为《A Mathematical Theory of Communication》和描述《A Mathematical Theory of Communication, C.E.Shannon》指出了文档的核心主题,即由C.E.Shannon(克劳德·艾尔伍德·香农)撰写的这篇具有划时代...
《通信的一种数学理论》是C.E.香农的一篇开创性论文,奠定了信息论的基础,对现代通信技术的发展产生了深远影响。这篇论文扩展了早期由奈奎斯特和哈特利等人提出的研究,尤其是在噪声环境下的通信理论,并考虑了消息...
A Mathematical Gift 1 经典讲义 [Kenji_Ueno,_Koji_Shiga,_Shigeyuki_Morita]
A mathematical introduction to robotic Manipulation 旋量理论在机器人中的应用经典教程
A mathematical introduction to logic, 2nd edition, djvu format
《压缩感知的数学入门》是2013年由Springer出版的一本专注于压缩感知领域的数学专著。该书由两位作者Simon Foucart和Holger Rauhut共同撰写。Simon Foucart是位于费城的德雷塞尔大学数学系的成员,而Holger Rauhut则...
从描述来看,“A Mathematical Introduction to Robotic Manipulation”(机器人操作的数学介绍)对机器人操作涉及的数学原理进行了全面的介绍。这本书适合那些希望对机器人操作有深入理解的工程师和研究人员。内容...
A Mathematical Introduction to Conformal Field Theory
本书《A Mathematical Introduction to Control Theory》由Shlomo Engelberg撰写,隶属于“电气与计算机工程系列”(SERIES IN ELECTRICAL AND COMPUTER ENGINEERING),由Imperial College Press出版。该书主要面向...