QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#838028 | #9925. LR String | za11 | WA | 0ms | 3468kb | C++17 | 100b | 2024-12-30 18:33:52 | 2024-12-30 18:33:52 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
int a[1000003];
int main ()
{
cout<<1;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3468kb
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'