답안 #546821

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
546821 2022-04-08T14:35:03 Z Trisanu_Das 사탕 분배 (IOI21_candies) C++17
컴파일 오류
0 ms 0 KB
#include <bits/stdc++.h>
using namespace std;
 
vector<int> distribute_candies(int c[], int l[], int r[], int v[]){
  int n = sizeof(c) / sizeof(int);
  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

candies.cpp: In function 'std::vector<int> distribute_candies(int*, int*, int*, int*)':
candies.cpp:5:18: warning: 'sizeof' on array function parameter 'c' will return size of 'int*' [-Wsizeof-array-argument]
    5 |   int n = sizeof(c) / sizeof(int);
      |                 ~^~
candies.cpp:4:36: note: declared here
    4 | vector<int> distribute_candies(int c[], int l[], int r[], int v[]){
      |                                ~~~~^~~
candies.cpp:7:22: error: 'q' was not declared in this scope
    7 |   for(int i = 0; i < q; ++i) {
      |                      ^