QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 3492kb
input:
20 01001101101101110010
output:
result:
wrong answer 1st lines differ - expected: '2 11', found: ''