QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#154136#5422. Perfect Palindromeucup-team133Compile Error//Python3224b2023-08-31 14:05:032023-08-31 14:05:04

Judging History

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

  • [2023-08-31 14:05:04]
  • 评测
  • [2023-08-31 14:05:03]
  • 提交

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