QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#396300#2840. 绿绿与串串ucup-team1251WA 0ms3724kbC++20198b2024-04-22 17:15:332024-04-22 17:15:34

Judging History

This is the latest submission verdict.

  • [2024-04-22 17:15:34]
  • Judged
  • Verdict: WA
  • Time: 0ms
  • Memory: 3724kb
  • [2024-04-22 17:15:33]
  • Submitted

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: ''