QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#338352 | #5158. Interview Question | GuanYunchang | WA | 0ms | 3884kb | C++20 | 634b | 2024-02-25 20:52:50 | 2024-02-25 20:52:50 |
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: 0ms
memory: 3568kb
input:
7 11 7 8 Fizz Buzz 11
output:
9 10
result:
ok
Test #2:
score: 0
Accepted
time: 0ms
memory: 3796kb
input:
49999 50002 49999 FizzBuzz 50001 Fizz
output:
2 50000
result:
ok
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3884kb
input:
8 11 Buzz Buzz FizzBuzz Buzz
output:
10 2
result:
FAIL Mismatch at position 9: expected Buzz, got 9