QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#153293#7106. Infinite Parenthesis SequencePhantomThresholdWA 0ms1748kbC++1417b2023-08-29 21:00:152023-08-29 21:00:15

Judging History

你现在查看的是最新测评结果

  • [2023-08-29 21:00:15]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:1748kb
  • [2023-08-29 21:00:15]
  • 提交

answer

int main() {

}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 1748kb

input:

3
(())
3
0 -3 2
1 -2 3
2 0 0
))()(
3
0 -3 4
2 1 3
3 -4 -1
))()(()(
4
1234 -5678 9012
123 -456 789
12 -34 56
1 -2 3

output:


result:

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