QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#153293 | #7106. Infinite Parenthesis Sequence | PhantomThreshold | WA | 0ms | 1748kb | C++14 | 17b | 2023-08-29 21:00:15 | 2023-08-29 21:00:15 |
Judging History
answer
int main() {
}
详细
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: ''