제출 #320865

#제출 시각아이디문제언어결과실행 시간메모리
320865daniel920712친구 (IOI14_friend)C++14
컴파일 에러
0 ms0 KiB
#include "friend.h" // Find out best sample int findSample(int n,int confidence[],int host[],int protocol[]) { int ans=0; for(i=0;i<n;i++) ans+=confidence[i]; return ans; }

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

friend.cpp: In function 'int findSample(int, int*, int*, int*)':
friend.cpp:7:6: error: 'i' was not declared in this scope
    7 |  for(i=0;i<n;i++) ans+=confidence[i];
      |      ^