QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#287280 | #7967. 二进制 | one_god_and_two_dogs | WA | 1ms | 3492kb | C++20 | 111b | 2023-12-20 10:04:14 | 2023-12-20 10:04:14 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main(){
cin.tie(0)->sync_with_stdio(0);
int n;
cin>>n;
}
詳細信息
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 3492kb
input:
20 01001101101101110010
output:
result:
wrong answer 1st lines differ - expected: '2 11', found: ''