QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#154136 | #5422. Perfect Palindrome | ucup-team133 | Compile Error | / | / | Python3 | 224b | 2023-08-31 14:05:03 | 2023-08-31 14:05:04 |
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;
}
详细
File "answer.code", line 1 // test ^^ SyntaxError: invalid syntax