0_0_21813338_22815.cpp: In function 'void Update(int&, int)':
0_0_21813338_22815.cpp:10:21: error: 'min' was not declared in this scope
else a = min(a,b);
^
0_0_21813338_22815.cpp: In function 'int main()':
0_0_21813338_22815.cpp:14:23: error: 'strlen' was not declared in this scope
glen = strlen(goal);
^
0_0_21813338_22815.cpp:15:14: error: 'S' was not declared in this scope
while(S(n)!=EOF)
^
0_0_21813338_22815.cpp:15:17: error: 'EOF' was not declared in this scope
while(S(n)!=EOF)
^
0_0_21813338_22815.cpp:18:19: error: 'SS' was not declared in this scope
SS(str);len = strlen(str);
^
0_0_21813338_22815.cpp:19:19: error: 'FI' was not declared in this scope
FI(len){
^
0_0_21813338_22815.cpp:26:22: error: 'FJ' was not declared in this scope
FJ(10){
^
0_0_21813338_22815.cpp:30:22: error: 'fill' was not declared in this scope
fill(dp,0);
^
0_0_21813338_22815.cpp:32:22: error: 'FJ' was not declared in this scope
FJ(11){
^
0_0_21813338_22815.cpp:44:31: error: 'printf' was not declared in this scope
printf("YES\n");
^
0_0_21813338_22815.cpp:46:30: error: 'printf' was not declared in this scope
printf("NO\n");
^
|