Submission #910884

# Submission time Handle Problem Language Result Execution time Memory
910884 2024-01-18T08:47:15 Z ALTAKEXE Digital Circuit (IOI22_circuit) C++17
0 / 100
348 ms 5448 KB
#include "circuit.h"
#include <bits/stdc++.h>
#define ll long long int
const ll MOD = 1000002022;
ll st[8000001], a[1000001], p[1000001];
ll n, m;
void init(int N, int M, std::vector<int> P, std::vector<int> A)
{
  n = N;
  m = M;
  for (int i = 0; i < N + M; i++)
    p[i] = P[i];
  for (int i = 0; i < M; i++)
    a[i] = A[i];
}
int count_ways(int L, int R)
{
  ll cnt = 0;
  for (int i = L - 1; i < R; i++)
  {
    cnt += a[i];
  }
  return cnt;
}
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 2392 KB 1st lines differ - on the 1st token, expected: '1', found: '0'
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 2392 KB 1st lines differ - on the 1st token, expected: '1', found: '0'
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 2392 KB 1st lines differ - on the 1st token, expected: '1', found: '0'
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 348 ms 5448 KB 1st lines differ - on the 1st token, expected: '431985922', found: '0'
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 348 ms 5448 KB 1st lines differ - on the 1st token, expected: '431985922', found: '0'
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 2392 KB 1st lines differ - on the 1st token, expected: '1', found: '0'
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 2392 KB 1st lines differ - on the 1st token, expected: '1', found: '0'
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 2392 KB 1st lines differ - on the 1st token, expected: '1', found: '0'
2 Halted 0 ms 0 KB -