Submission #234202

#TimeUsernameProblemLanguageResultExecution timeMemory
234202MickyAngelHorses (IOI15_horses)C++14
Compilation error
0 ms0 KiB
#include  "horses.h"
#include  <algorithm>

using  namespace  std; 

int  init(int  N,  int  X[],  int  YI])  {
 int  V[N];
 V[0]  =  X[0];
 for  (int  i-1;  i<N;  i++)  V[i]  =  V[i-1]  *  X[i];
  
 int  mx  =  0;
 for(int  i=e;  i<N;  i++)  { 
   mx  =  max  (mx,  V[i]  Y[i]);
 }
  
 return  0; 
 }

int  updateX(int  pos,  int  val)  { 
  return  0;
} 

 int  updateY(int  pos,  int  val)  {
   return  0;
 }
   

Compilation message (stderr)

horses.cpp:6:38: error: expected ',' or '...' before ']' token
 int  init(int  N,  int  X[],  int  YI])  {
                                      ^
horses.cpp:6:38: error: expected ')' before ']' token
horses.cpp:6:38: error: expected initializer before ']' token
horses.cpp: In function 'int updateX(int, int)':
horses.cpp:19:19: warning: unused parameter 'pos' [-Wunused-parameter]
 int  updateX(int  pos,  int  val)  { 
                   ^~~
horses.cpp:19:30: warning: unused parameter 'val' [-Wunused-parameter]
 int  updateX(int  pos,  int  val)  { 
                              ^~~
horses.cpp: In function 'int updateY(int, int)':
horses.cpp:23:20: warning: unused parameter 'pos' [-Wunused-parameter]
  int  updateY(int  pos,  int  val)  {
                    ^~~
horses.cpp:23:31: warning: unused parameter 'val' [-Wunused-parameter]
  int  updateY(int  pos,  int  val)  {
                               ^~~