QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#854345 | #9726. AUS | ucup-team3665# | WA | 0ms | 17808kb | C++17 | 7.4kb | 2025-01-11 23:52:20 | 2025-01-11 23:52:22 |
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: 0
Wrong Answer
time: 0ms
memory: 17808kb
input:
4 abab cdcd abce abab cdcd abcd abab cdcd abc x yz def
output:
Before Init( 1 ) Init( 2 ) Init( 4 ) n = 4, a = 0, val = 0 n = 4, val = 0 Init( 5 ) n = 5, a = 0, val = 0 n = 5, val = 0 n = 2, val = 0 Init( 3 ) Init( 6 ) n = 6, a = 0, val = 0 n = 6, val = 0 Init( 7 ) n = 7, a = 0, val = 0 n = 7, val = 0 n = 3, val = 0 n = 1, val = 0
result:
wrong answer 1st lines differ - expected: 'YES', found: 'Before'