QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#838031 | #9925. LR String | za11 | WA | 0ms | 3608kb | C++17 | 102b | 2024-12-30 18:34:41 | 2024-12-30 18:34:45 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
int a[500003][2];
int main ()
{
cout<<1;
}
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3608kb
input:
2 RRLLRRLL 4 LLLLL LLR LRLR R RLLLLLL 3 LLLLL RL RRL
output:
1
result:
wrong answer 1st lines differ - expected: 'NO', found: '1'