QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#439818#6750. Calculatesuibian_xiaozhaoWA 0ms3556kbC++23232b2024-06-12 19:02:562024-06-12 19:02:57

Judging History

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

  • [2024-06-12 19:02:57]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3556kb
  • [2024-06-12 19:02:56]
  • 提交

answer

//
// Created by DELLPC on 24-5-19.
//
#include "bits/stdc++.h"

using namespace std;

using i64 = long long;
using i32 = unsigned int;

#define  endl '\n'

int main() {
    ios::sync_with_stdio(0), cin.tie(0);

}


Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3556kb

input:

?+?

output:


result:

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