QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#63294#61. Cut Cut Cut!Land_ERWA 2ms3344kbC++1478b2022-11-21 15:49:492022-11-21 15:49:50

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-11-21 15:49:50]
  • 评测
  • 测评结果:WA
  • 用时:2ms
  • 内存:3344kb
  • [2022-11-21 15:49:49]
  • 提交

answer

#include <bits/stdc++.h>
int main(void) {
    puts("1 2");
    return 0;
}

詳細信息

Test #1:

score: 100
Accepted
time: 2ms
memory: 3212kb

input:

3 3
1 2
1 3
2 3

output:

1 2

result:

ok 2 number(s): "1 2"

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 3344kb

input:

8 8
1 2
1 3
1 5
2 4
2 5
3 6
4 5
7 8

output:

1 2

result:

wrong answer 2nd numbers differ - expected: '1', found: '2'