Submission #248947

#TimeUsernameProblemLanguageResultExecution timeMemory
248947REALITYNBCave (IOI13_cave)C++14
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> #include "cave.h" using namespace std ; void exploreCave(){ int n; cin>> n ; int a[n] ; memset(a,0,sizeof a) ; int door = 0 ; for(;door<n;door++){ int ans = trycombination(a) ; if(ans==door){ ans[i] = 1 ; } } int aa[n] ; for(int i=0;i<n;i++)aa[i] = i ; answer(a,aa) ; return ; }

Compilation message (stderr)

cave.cpp: In function 'void exploreCave()':
cave.cpp:11:13: error: 'trycombination' was not declared in this scope
   int ans = trycombination(a) ;
             ^~~~~~~~~~~~~~
cave.cpp:11:13: note: suggested alternative: 'tryCombination'
   int ans = trycombination(a) ;
             ^~~~~~~~~~~~~~
             tryCombination
cave.cpp:13:8: error: 'i' was not declared in this scope
    ans[i] = 1 ; 
        ^