제출 #456249

#제출 시각아이디문제언어결과실행 시간메모리
456249osmanallazov동굴 (IOI13_cave)C++14
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h>
#include "cave.h"
using namespace std; 
void exploreCave(int N) {
    int s[N],d[N];
    memset(s, 0, sizeof s); 
    if(tryCombination(S)==-1) {
        for(int i=0;i<N;i++) {
            s[i]=1; 
            d[i]=tryCombination(s); 
            s[i]=0; 
        } answer(s,d); 
    }
    for(int i=0;i<N;i++) {
        int x=tryCombination(s); 
        if(x==-1)
          break; 
        if(x<=i)
          s[i]^=1; 
    }
    for(int i=0;i<N;i++) 
        d[i]=i; 
    answer(d,d); 
}

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

cave.cpp: In function 'void exploreCave(int)':
cave.cpp:7:23: error: 'S' was not declared in this scope
    7 |     if(tryCombination(S)==-1) {
      |                       ^