QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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