QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#396300 | #2840. 绿绿与串串 | ucup-team1251 | WA | 0ms | 3724kb | C++20 | 198b | 2024-04-22 17:15:33 | 2024-04-22 17:15:34 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
const int N = 1e6 + 5;
int ans[N];
int main()
{
ios::sync_with_stdio(0);
cin.tie(0),cout.tie(0);
cout << "4 6\n2 3 4 5\n6 7\n9";
}
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3724kb
input:
7 abcdcb qwqwq qaqaqqq carnation c ab aa
output:
4 6 2 3 4 5 6 7 9
result:
wrong answer 5th lines differ - expected: '1', found: ''