제출 #815111

#제출 시각아이디문제언어결과실행 시간메모리
815111Liudas친구 (IOI14_friend)C++17
컴파일 에러
0 ms0 KiB
#include "friend.h" #include<bits/stdc++.h> using namespace std; int findSample(int n,int confidence[],int host[],int protocol[]){ return acumulate(confidence, confidence + n, 0ll); }

컴파일 시 표준 에러 (stderr) 메시지

friend.cpp: In function 'int findSample(int, int*, int*, int*)':
friend.cpp:6:9: error: 'acumulate' was not declared in this scope
    6 |  return acumulate(confidence, confidence + n, 0ll);
      |         ^~~~~~~~~