joj1145
Authors
Contests
Problems
Status
Links
[새 버전judge는 special judge를 지원합니다. 제출한 상태 페이지가 추가되었습니다. 제출 코드에 대한 언어 검사가 추가되었습니다] [새 버전judge 시스템이 최근에 시험적으로 실행되었습니다. 메모리 경계를 넘어 Waiting 문제를 해결할 수 있기를 바랍니다]
[more]
Welcome, �γɺ�
[JPoints: 965, Sender!: 0/10]
1145: A Mathematical Curiosity
Result
TIME Limit
MEMORY Limit
Run Times
AC Times
JUDGE
3s
8192K
1783
548
Standard
Given two integers n and m, count the number of pairs of integers (a,b) such that 0 < a < b < n and (a^2+b^2 +m)/(ab) is an integer.
This problem contains multiple test cases!
The first line of a multiple input is an integer N, then a blank line followed by N input blocks. Each input block is in the format indicated in the problem description. There is a blank line between input blocks.
The output format consists of N output blocks. There is a blank line between output blocks.
Input
You will be given a number of cases in the input. Each case is specified by a line containing the integers n and m. The end of input is indicated by a case in which n = m = 0. You may assume that 0 < n <= 100.
Output
For each case, print the case number as well as the number of pairs (a,b) satisfying the given property. Print the output for each case on one line in the format as shown below.
Sample Input
1
10 1
20 3
30 4
0 0
Sample Output
Case 1: 2
Case 2: 4
Case 3: 5
This problem is used for contest: 110
Submit / Problem List / Status / Discuss
Problem Set with Online Judge System Version 3.12 Jilin University
Developed by skywind, SIYEE
#include
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
다양한 언어의 JSONJSON은 Javascript 표기법을 사용하여 데이터 구조를 레이아웃하는 데이터 형식입니다. 그러나 Javascript가 코드에서 이러한 구조를 나타낼 수 있는 유일한 언어는 아닙니다. 저는 일반적으로 '객체'{}...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.