QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#384446#3763. Absolute Difference Equationucup-team1251WA 0ms3564kbC++2099b2024-04-10 00:01:382024-04-10 00:01:40

Judging History

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

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

answer

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

using namespace std;

int main()
{
    
    return 0;
}

详细

Test #1:

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

input:

1
?????
1010?1?0
0
1
?
00
10
?0
01
11
?1
0?
1?
??
000
100
?00
010
110
?10
0?0
1?0
??0
001
101
?01
011
111
?11
0?1
1?1
??1
00?
10?
?0?
01?
11?
?1?
0??
1??
???
0000
1000
?000
0100
1100
?100
0?00
1?00
??00
0010
1010
?010
0110
1110
?110
0?10
1?10
??10
00?0
10?0
?0?0
01?0
11?0
?1?0
0??0
1??0
???0
0001
10...

output:


result:

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