QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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";
}
Details
Tip: Click on the bar to expand more detailed information
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: ''