QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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);
}
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