QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#439818 | #6750. Calculate | suibian_xiaozhao | WA | 0ms | 3556kb | C++23 | 232b | 2024-06-12 19:02:56 | 2024-06-12 19:02:57 |
Judging History
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);
}
详细
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