Submission #546813

#TimeUsernameProblemLanguageResultExecution timeMemory
546813Trisanu_DasDistributing Candies (IOI21_candies)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; int[] distribute_candies(int[] c, int[] l, int[] r, int[] v){ int n = c.size(); vector<int> a(n); for(int i = 0; i < q; ++i) { for(int j = l[i]; j <= l[i]; ++j) { a[j] += v[i]; a[j] = max(a[j], 0); a[j] = min(a[j], c[j]); } } return a; }

Compilation message (stderr)

candies.cpp:4:4: error: structured binding declaration cannot have type 'int'
    4 | int[] distribute_candies(int[] c, int[] l, int[] r, int[] v){
      |    ^~
candies.cpp:4:4: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
candies.cpp:4:4: error: empty structured binding declaration
candies.cpp:4:7: error: expected initializer before 'distribute_candies'
    4 | int[] distribute_candies(int[] c, int[] l, int[] r, int[] v){
      |       ^~~~~~~~~~~~~~~~~~