QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#153955#5422. Perfect Palindromeucup-team133WA 1ms3488kbC++17224b2023-08-31 11:42:162023-08-31 11:42:17

Judging History

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

  • [2023-08-31 11:42:17]
  • 评测
  • 测评结果:WA
  • 用时:1ms
  • 内存:3488kb
  • [2023-08-31 11:42:16]
  • 提交

answer

// test
#include <bits/stdc++.h>
using namespace std;
#ifdef tabr
#include "library/debug.cpp"
#else
#define debug(...)
#endif

int main() {
    ios::sync_with_stdio(false);
    cin.tie(nullptr);
    return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3488kb

input:

2
abcb
xxx

output:


result:

wrong answer Answer contains longer sequence [length = 2], but output contains 0 elements