QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#445402 | #8780. Training, Round 2 | cry# | WA | 0ms | 3708kb | C++14 | 216b | 2024-06-16 02:05:10 | 2024-06-16 02:05:10 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
const int N = 5001;
const int INF = 1E9+10;
bitset<5001> dp[5001][5001];
int main() {
ios_base::sync_with_stdio(false);
cin.tie(0);
}
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3708kb
input:
3 0 0 0 1 0 1 1 1 0 1 1 1 1 1
output:
result:
wrong answer 1st lines differ - expected: '3', found: ''