QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#384445#3765. Make Rounddog *Very* HappywanyuWA 0ms3628kbC++2099b2024-04-10 00:01:352024-04-10 00:01:35

Judging History

你现在查看的是最新测评结果

  • [2024-04-10 00:01:35]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3628kb
  • [2024-04-10 00:01:35]
  • 提交

answer

#include<iostream>
#include<bits/stdc++.h>

using namespace std;

int main()
{
    
    return 0;
}

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3628kb

input:

3 0
1 3 2
3 1
1 3 2
5 2
1 2 3 4 5
10 4
9 9 5 4 4 1 2 8 5 2
10 0
9 4 5 2 5 8 3 4 5 4
10 -2
5 10 10 3 6 6 10 2 4 5
10 0
1 10 2 5 8 3 7 2 2 3
10 8
10 1 4 8 8 4 2 1 6 2
10 -10
6 7 6 9 6 10 4 6 4 5
10 9
2 6 7 10 2 1 2 2 10 7
10 -6
8 9 2 10 7 2 1 8 6 1
10 8
6 10 2 8 1 7 8 8 8 9
10 -1
4 9 8 4 2 10 6 5 9 5
...

output:


result:

wrong answer 1st lines differ - expected: '1 2 3', found: ''