QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#838028#9925. LR Stringza11WA 0ms3468kbC++17100b2024-12-30 18:33:522024-12-30 18:33:52

Judging History

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

  • [2024-12-30 18:33:52]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3468kb
  • [2024-12-30 18:33:52]
  • 提交

answer

#include <bits/stdc++.h>
using namespace std;


int a[1000003];
int main ()
{
    cout<<1;
}

詳細信息

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'