QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#94199#5676. Counting Pythagorean TriplesZhaoZiLongWA 42ms3456kbC++141.0kb2023-04-05 15:08:032023-04-05 15:08:07

详细

Test #1:

score: 100
Accepted
time: 40ms
memory: 3280kb

input:

65

output:

2 2 2 2

result:

ok single line: '2 2 2 2'

Test #2:

score: 0
Accepted
time: 40ms
memory: 3248kb

input:

64

output:

0 0 1 4

result:

ok single line: '0 0 1 4'

Test #3:

score: 0
Accepted
time: 40ms
memory: 3192kb

input:

2023

output:

0 2 2 5

result:

ok single line: '0 2 2 5'

Test #4:

score: 0
Accepted
time: 41ms
memory: 3248kb

input:

1560

output:

0 4 8 59

result:

ok single line: '0 4 8 59'

Test #5:

score: 0
Accepted
time: 40ms
memory: 3456kb

input:

1625

output:

2 8 2 8

result:

ok single line: '2 8 2 8'

Test #6:

score: 0
Accepted
time: 38ms
memory: 3308kb

input:

1888

output:

0 0 2 11

result:

ok single line: '0 0 2 11'

Test #7:

score: 0
Accepted
time: 40ms
memory: 3308kb

input:

2125

output:

2 8 2 8

result:

ok single line: '2 8 2 8'

Test #8:

score: 0
Accepted
time: 42ms
memory: 3292kb

input:

1950

output:

0 7 0 22

result:

ok single line: '0 7 0 22'

Test #9:

score: -100
Wrong Answer
time: 41ms
memory: 3296kb

input:

2477

output:

1 0 0 0

result:

wrong answer 1st lines differ - expected: '1 0 1 0', found: '1 0 0 0'