QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#838031#9925. LR Stringza11WA 0ms3608kbC++17102b2024-12-30 18:34:412024-12-30 18:34:45

Judging History

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

  • [2024-12-30 18:34:45]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3608kb
  • [2024-12-30 18:34:41]
  • 提交

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'