QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#66644#5170. 加速度hleternity0 2ms3516kbC++1489b2022-12-09 10:18:482022-12-09 10:18:51

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-12-09 10:18:51]
  • 评测
  • 测评结果:0
  • 用时:2ms
  • 内存:3516kb
  • [2022-12-09 10:18:48]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;
int main()
{
       printf("kaibai");
}

詳細信息

Subtask #1:

score: 0
Wrong Answer

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 3464kb

input:

4 2
0 2 8 10 12
0 1000000000
2 2
4 4
6 7
6 1000000000


output:

kaibai

result:

wrong output format Expected double, but "kaibai" found

Subtask #2:

score: 0
Wrong Answer

Test #7:

score: 0
Wrong Answer
time: 2ms
memory: 3516kb

input:

3 20
0 4632 5697 8786
0 1000000000
1 1000000000
1 1000000000
1 1000000000

output:

kaibai

result:

wrong output format Expected double, but "kaibai" found

Subtask #3:

score: 0
Skipped

Dependency #1:

0%

Subtask #4:

score: 0
Skipped

Dependency #1:

0%