QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#384465#3769. 共线点wanyurukongWA 0ms3480kbC++2099b2024-04-10 00:12:372024-04-10 00:12:38

Judging History

This is the latest submission verdict.

  • [2024-04-10 00:12:38]
  • Judged
  • Verdict: WA
  • Time: 0ms
  • Memory: 3480kb
  • [2024-04-10 00:12:37]
  • Submitted

answer

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

using namespace std;

int main()
{
    
    return 0;
}

詳細信息

Test #1:

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

input:

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

output:


result:

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