QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#335631 | #5158. Interview Question | ksm | WA | 6ms | 34924kb | C++20 | 1.9kb | 2024-02-23 17:28:32 | 2024-02-23 17:28:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 6ms
memory: 34832kb
input:
7 11 7 8 Fizz Buzz 11
output:
9 10
result:
ok
Test #2:
score: 0
Accepted
time: 3ms
memory: 34924kb
input:
49999 50002 49999 FizzBuzz 50001 Fizz
output:
2 50000
result:
ok
Test #3:
score: 0
Accepted
time: 0ms
memory: 34836kb
input:
8 11 Buzz Buzz FizzBuzz Buzz
output:
10 1
result:
ok
Test #4:
score: 0
Accepted
time: 0ms
memory: 34748kb
input:
10 15 10 11 12 13 14 15
output:
16 16
result:
ok
Test #5:
score: 0
Accepted
time: 0ms
memory: 34872kb
input:
17 17 17
output:
18 18
result:
ok
Test #6:
score: -100
Wrong Answer
time: 6ms
memory: 34876kb
input:
13 13 Fizz
output:
13 -1
result:
wrong answer Integer parameter [name=b] equals to -1, violates the range [1, 1000000]