QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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;
}
Details
Tip: Click on the bar to expand more detailed information
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'