Submission #1028752

# Submission time Handle Problem Language Result Execution time Memory
1028752 2024-07-20T08:10:18 Z Mardonbekhazratov Digital Circuit (IOI22_circuit) C++17
0 / 100
449 ms 1368 KB
#include "circuit.h"

#include <vector>
#include <tuple>
#include <iostream>

using namespace std;

int n,m;
vector<int>p,a;

void init(int N, int M, std::vector<int> P, std::vector<int> A) {
    tie(n,m,p,a)=tie(N,M,P,A);
}

int count_ways(int L, int R) {
    int ans=0;
    for(int i=L;i<=R;i++) a[i-n]^=1,ans+=a[i-n];
    return ans;
}
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB 2nd lines differ - on the 1st token, expected: '2', found: '1'
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB 2nd lines differ - on the 1st token, expected: '2', found: '1'
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB 2nd lines differ - on the 1st token, expected: '2', found: '1'
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 449 ms 1368 KB 1st lines differ - on the 1st token, expected: '431985922', found: '1'
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 449 ms 1368 KB 1st lines differ - on the 1st token, expected: '431985922', found: '1'
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB 2nd lines differ - on the 1st token, expected: '2', found: '1'
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB 2nd lines differ - on the 1st token, expected: '2', found: '1'
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB 2nd lines differ - on the 1st token, expected: '2', found: '1'
2 Halted 0 ms 0 KB -