30892023-02-15 12:46:37tamasmarkZenehallgatáscpp17Időlimit túllépés 36/50277ms4944 KiB
// zenehalgatas.cpp : This file contains the 'main' function. Program execution begins and ends there.
//

#include <iostream>
#include <vector>
#include <algorithm>

using namespace std;

long long n, i, k, a,ido;
vector<int>x;

int main()
{
    cin >> n>>k;
    for (i = 1; i <= n; ++i)
    {
        cin >> a;
        ido += a;
        x.push_back(ido);
    }
    for (i = 1; i <= k; ++i)
    {
        cin >> a;
        a = a % x[n - 1];
        cout << lower_bound(x.begin(), x.end(), a) - x.begin()+1<<" ";
    }
    return 0;
}
/*
3 2
2 4 3
6 10

*/
// Run program: Ctrl + F5 or Debug > Start Without Debugging menu
// Debug program: F5 or Debug > Start Debugging menu

// Tips for Getting Started: 
//   1. Use the Solution Explorer window to add/manage files
//   2. Use the Team Explorer window to connect to source control
//   3. Use the Output window to see build output and other messages
//   4. Use the Error List window to view errors
//   5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project
//   6. In the future, to open this project again, go to File > Open > Project and select the .sln file
RészfeladatÖsszpontTesztVerdiktIdőMemória
base36/50
1Elfogadva0/03ms1876 KiB
2Elfogadva0/0195ms3248 KiB
3Elfogadva2/24ms2196 KiB
4Elfogadva2/24ms2412 KiB
5Elfogadva2/24ms2492 KiB
6Elfogadva3/34ms2472 KiB
7Elfogadva3/34ms2604 KiB
8Elfogadva3/34ms2692 KiB
9Elfogadva2/2197ms3808 KiB
10Időlimit túllépés0/2277ms2680 KiB
11Időlimit túllépés0/2268ms2888 KiB
12Elfogadva2/2194ms4236 KiB
13Időlimit túllépés0/2221ms4328 KiB
14Időlimit túllépés0/2246ms4228 KiB
15Időlimit túllépés0/2266ms2984 KiB
16Időlimit túllépés0/2256ms4540 KiB
17Elfogadva2/2188ms4452 KiB
18Elfogadva2/2187ms4584 KiB
19Elfogadva2/2187ms4664 KiB
20Időlimit túllépés0/2228ms4944 KiB
21Elfogadva2/2185ms4792 KiB
22Elfogadva3/3184ms4788 KiB
23Elfogadva3/3181ms4676 KiB
24Elfogadva3/3187ms4672 KiB