QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#153955 | #5422. Perfect Palindrome | ucup-team133 | WA | 1ms | 3488kb | C++17 | 224b | 2023-08-31 11:42:16 | 2023-08-31 11:42:17 |
Judging History
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